summaryrefslogtreecommitdiff
path: root/x11/gnomelibs/files/patch-libgnomeui_gnome_segv.c
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-14 02:06:35 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-14 02:06:35 +0000
commit78551cc5e8c430c6d3dd5c954e73defc9ac09e11 (patch)
tree862c6c3e7a225cab28b2439995ffe4290e410420 /x11/gnomelibs/files/patch-libgnomeui_gnome_segv.c
parentRemove the marc-search port, which has been broken for 2 years and 8 (diff)
Fix build on -CURRENT.
Notes
Notes: svn path=/head/; revision=68001
Diffstat (limited to '')
-rw-r--r--x11/gnomelibs/files/patch-libgnomeui_gnome_segv.c14
1 files changed, 14 insertions, 0 deletions
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>
+