summaryrefslogtreecommitdiff
path: root/graphics/lensfun/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/lensfun/patches/patch-aa')
-rw-r--r--graphics/lensfun/patches/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/lensfun/patches/patch-aa b/graphics/lensfun/patches/patch-aa
new file mode 100644
index 00000000000..8c53d5524cd
--- /dev/null
+++ b/graphics/lensfun/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/07/09 19:44:50 drochner Exp $
+
+--- tools/makedep/main.cpp.orig 2008-05-20 11:36:18.000000000 +0000
++++ tools/makedep/main.cpp
+@@ -40,6 +40,9 @@
+
+ #include "def.h"
+
++/* assume that in pkgsrc, we're only POSIX systems */
++#define _POSIX_SOURCE
++
+ #ifdef hpux
+ #define sigvec sigvector
+ #endif /* hpux */