summaryrefslogtreecommitdiff
path: root/graphics/gimp24/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp24/patches/patch-ad')
-rw-r--r--graphics/gimp24/patches/patch-ad10
1 files changed, 7 insertions, 3 deletions
diff --git a/graphics/gimp24/patches/patch-ad b/graphics/gimp24/patches/patch-ad
index 43b35f7ee71..ae48ee649dc 100644
--- a/graphics/gimp24/patches/patch-ad
+++ b/graphics/gimp24/patches/patch-ad
@@ -1,13 +1,17 @@
-$NetBSD: patch-ad,v 1.3 2006/06/08 15:39:38 adam Exp $
+$NetBSD: patch-ad,v 1.4 2006/06/30 02:48:59 joerg Exp $
---- app/main.c.orig 2006-06-07 18:23:05.000000000 +0200
+--- app/main.c.orig 2006-06-02 12:04:33.000000000 +0000
+++ app/main.c
-@@ -20,6 +20,8 @@
+@@ -18,8 +18,12 @@
+ #include "config.h"
+
++#if !defined(__DragonFly__)
#define _POSIX_SOURCE /* all the sigaction stuff is POSIX */
#define _SVID_SOURCE /* except for SA_RESTART, it seems */
+#define _XOPEN_SOURCE
+#define _XOPEN_SOURCE_EXTENDED
++#endif
#include <stdio.h>
#include <stdlib.h>