summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg>2009-09-11 16:54:47 +0000
committerjoerg <joerg>2009-09-11 16:54:47 +0000
commit484d5d3e6ce63b6cdde6688d2d56542594b51c26 (patch)
tree3d790e2d6d1977b9cad557378c9bd20457f66fd8 /security
parent6979a96558a0084dd106f1b0b6017100dcc40799 (diff)
downloadpkgsrc-484d5d3e6ce63b6cdde6688d2d56542594b51c26.tar.gz
Explicitly include ctime early in the C++ binding, the macro games from config.h break NetBSD system header.
Diffstat (limited to 'security')
-rw-r--r--security/libprelude/distinfo3
-rw-r--r--security/libprelude/patches/patch-aj13
2 files changed, 15 insertions, 1 deletions
diff --git a/security/libprelude/distinfo b/security/libprelude/distinfo
index 91837f86075..caa9b003016 100644
--- a/security/libprelude/distinfo
+++ b/security/libprelude/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.28 2009/08/23 18:56:34 hasso Exp $
+$NetBSD: distinfo,v 1.29 2009/09/11 16:54:47 joerg Exp $
SHA1 (libprelude-0.9.24.tar.gz) = 0b9e73f94c30dc92a430de618ad3913034e25258
RMD160 (libprelude-0.9.24.tar.gz) = a06493f130387c6b06a0ef7928d2e1ec1fcbeb6c
@@ -12,3 +12,4 @@ SHA1 (patch-af) = a484d36e26ca5aee225aca369c884f285c6ba15c
SHA1 (patch-ag) = 684bf8a217950b0a7fb38140b20643f81d464431
SHA1 (patch-ah) = df9293d56869bcc20c4be12f9922160d8f2aa01e
SHA1 (patch-ai) = 53a16f270a9048f74849c0cd02b517e821bdf08a
+SHA1 (patch-aj) = e4019c1a71ecdf33540d603ba2e0ba09bd2b6f7b
diff --git a/security/libprelude/patches/patch-aj b/security/libprelude/patches/patch-aj
new file mode 100644
index 00000000000..00bfa99fefc
--- /dev/null
+++ b/security/libprelude/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2009/09/11 16:54:47 joerg Exp $
+
+--- bindings/c++/prelude.cxx.orig 2009-09-11 18:50:18.000000000 +0200
++++ bindings/c++/prelude.cxx
+@@ -21,6 +21,8 @@
+ *
+ *****/
+
++#include <ctime>
++
+ #include <prelude.h>
+ #include "prelude.hxx"
+