diff options
author | marcus <marcus@FreeBSD.org> | 2002-10-14 10:06:35 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-10-14 10:06:35 +0800 |
commit | 9cc9aaa6985cceb0fff2987abc3d335a744ce7ae (patch) | |
tree | 93c6dcc240cbcc242cf764bc081a9db990ab3027 /x11 | |
parent | 8545c4701ab608a1467fd43a00510f7055810850 (diff) | |
download | freebsd-ports-gnome-9cc9aaa6985cceb0fff2987abc3d335a744ce7ae.tar.gz freebsd-ports-gnome-9cc9aaa6985cceb0fff2987abc3d335a744ce7ae.tar.zst freebsd-ports-gnome-9cc9aaa6985cceb0fff2987abc3d335a744ce7ae.zip |
Fix build on -CURRENT.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-libs/files/patch-libgnomeui_gnome_segv.c | 14 | ||||
-rw-r--r-- | x11/gnomelibs/files/patch-libgnomeui_gnome_segv.c | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/x11/gnome-libs/files/patch-libgnomeui_gnome_segv.c b/x11/gnome-libs/files/patch-libgnomeui_gnome_segv.c new file mode 100644 index 000000000000..30b441dacaff --- /dev/null +++ b/x11/gnome-libs/files/patch-libgnomeui_gnome_segv.c @@ -0,0 +1,14 @@ +--- libgnomeui/gnome_segv.c.orig Sun Oct 13 20:35:01 2002 ++++ libgnomeui/gnome_segv.c Sun Oct 13 20:39:29 2002 +@@ -3,9 +3,9 @@ + + /* needed for sigaction and friends under 'gcc -ansi -pedantic' on + * GNU/Linux */ +-#ifndef _POSIX_SOURCE ++/*#ifndef _POSIX_SOURCE + # define _POSIX_SOURCE 1 +-#endif ++#endif*/ + #include <sys/types.h> + #include <sys/wait.h> + diff --git a/x11/gnomelibs/files/patch-libgnomeui_gnome_segv.c b/x11/gnomelibs/files/patch-libgnomeui_gnome_segv.c new file mode 100644 index 000000000000..30b441dacaff --- /dev/null +++ b/x11/gnomelibs/files/patch-libgnomeui_gnome_segv.c @@ -0,0 +1,14 @@ +--- libgnomeui/gnome_segv.c.orig Sun Oct 13 20:35:01 2002 ++++ libgnomeui/gnome_segv.c Sun Oct 13 20:39:29 2002 +@@ -3,9 +3,9 @@ + + /* needed for sigaction and friends under 'gcc -ansi -pedantic' on + * GNU/Linux */ +-#ifndef _POSIX_SOURCE ++/*#ifndef _POSIX_SOURCE + # define _POSIX_SOURCE 1 +-#endif ++#endif*/ + #include <sys/types.h> + #include <sys/wait.h> + |