Changeset View
Changeset View
Standalone View
Standalone View
multimedia/libxine/files/patch-src-libw32dll-wine-registry.c
- This file was deleted.
| Property | Old Value | New Value |
|---|---|---|
| fbsd:nokeywords | yes \ No newline at end of property | null |
| svn:eol-style | native \ No newline at end of property | null |
| svn:mime-type | text/plain \ No newline at end of property | null |
This patch is still needed. It does not build in Poudriere on 10.4/i386 without it:
registry.c:140:55: error: use of undeclared identifier 'S_IRUSR' fd = xine_create_cloexec(localregpathname, O_WRONLY, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH); ^ registry.c:140:63: error: use of undeclared identifier 'S_IWUSR' fd = xine_create_cloexec(localregpathname, O_WRONLY, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH); ^ registry.c:140:71: error: use of undeclared identifier 'S_IRGRP' fd = xine_create_cloexec(localregpathname, O_WRONLY, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH); ^ registry.c:140:79: error: use of undeclared identifier 'S_IROTH' fd = xine_create_cloexec(localregpathname, O_WRONLY, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH); ^There are plist problems on i386 too after readding it:
Maybe adding a VIDIX option should be revisted?