summaryrefslogtreecommitdiff
path: root/graphics/gimp-app-devel/files/patch-app_main.c
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-10-14 09:11:19 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-10-14 09:11:19 +0000
commit0fa56c08b1eae63dc02d0092f022f344184fb8f2 (patch)
treeca9ce5ecf3dedd75a02c976d5fdc5e7a991f6c60 /graphics/gimp-app-devel/files/patch-app_main.c
parentSimple commandline wrapper around gpg that makes it store its passphrase (diff)
- Readd gimp-devel
Approved by: portmgr (marcus, kris)
Diffstat (limited to '')
-rw-r--r--graphics/gimp-app-devel/files/patch-app_main.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gimp-app-devel/files/patch-app_main.c b/graphics/gimp-app-devel/files/patch-app_main.c
new file mode 100644
index 000000000000..eb29601cd33a
--- /dev/null
+++ b/graphics/gimp-app-devel/files/patch-app_main.c
@@ -0,0 +1,11 @@
+--- app/main.c.orig Fri Jun 9 12:02:54 2006
++++ app/main.c Fri Jun 9 12:03:28 2006
+@@ -18,7 +18,7 @@
+
+ #include "config.h"
+
+-#define _POSIX_SOURCE /* all the sigaction stuff is POSIX */
++#define __XSI_VISIBLE
+ #define _SVID_SOURCE /* except for SA_RESTART, it seems */
+
+ #include <stdio.h>