1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Fix build on -CURRENT.

This commit is contained in:
Joe Marcus Clarke 2002-10-14 02:06:35 +00:00
parent 7e24bf2dbe
commit 78551cc5e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68001
2 changed files with 28 additions and 0 deletions

View File

@ -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>

View File

@ -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>