summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-12-11 23:32:22 +0000
committerjoerg <joerg@pkgsrc.org>2015-12-11 23:32:22 +0000
commit3b79bbe50b7816b5700471e38be7f41d2ebaee89 (patch)
treecaf7e9bc8d437719549d2b7b98940bbcb1a5bbb5 /lang
parent41e8ebb7132fb44bf8f59d9d0ab58d4f9238b4bc (diff)
downloadpkgsrc-3b79bbe50b7816b5700471e38be7f41d2ebaee89.tar.gz
Pull in unistd.h for getopt.
Diffstat (limited to 'lang')
-rw-r--r--lang/cint/distinfo4
-rw-r--r--lang/cint/patches/patch-am16
2 files changed, 14 insertions, 6 deletions
diff --git a/lang/cint/distinfo b/lang/cint/distinfo
index 49af0a2e1ee..ee3b678a30a 100644
--- a/lang/cint/distinfo
+++ b/lang/cint/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2015/11/03 22:50:33 agc Exp $
+$NetBSD: distinfo,v 1.8 2015/12/11 23:32:22 joerg Exp $
SHA1 (cint-5.15.174/cint5.15.tar.gz) = 7061acb210dafb86413536dc91e0aa24e9ef3ee9
RMD160 (cint-5.15.174/cint5.15.tar.gz) = 4d403e150fc290feba38785b385f282a28d15dcd
@@ -16,5 +16,5 @@ SHA1 (patch-ai) = 9ccb89fb804af6b728edf46b84dddc7f8e7f1572
SHA1 (patch-aj) = 032e81af2ed1b2740696abe03109d7caeda7b510
SHA1 (patch-ak) = d42e9b51f5dde832d51d2dbda141b7b9824cfc13
SHA1 (patch-al) = bff446f0f1670919be05443f01e95d66f247cdfd
-SHA1 (patch-am) = 2702bc344bf937b45c8138339cf6d35214bb096f
+SHA1 (patch-am) = d58f529527d51b021c34616a4ac6703d53c71db2
SHA1 (patch-an) = 0233b78422396f6a1081589b76bda4c3ec19fa0e
diff --git a/lang/cint/patches/patch-am b/lang/cint/patches/patch-am
index 943c08311f9..414c1789dff 100644
--- a/lang/cint/patches/patch-am
+++ b/lang/cint/patches/patch-am
@@ -1,8 +1,16 @@
-$NetBSD: patch-am,v 1.1 2008/09/05 05:27:31 dholland Exp $
+$NetBSD: patch-am,v 1.2 2015/12/11 23:32:22 joerg Exp $
---- tool/ifdef/ifdef.cxx~ 2005-05-06 04:49:09.000000000 -0400
-+++ tool/ifdef/ifdef.cxx 2008-09-05 00:32:03.000000000 -0400
-@@ -62,7 +62,7 @@ extern "C" {
+--- tool/ifdef/ifdef.cxx.orig 2005-05-06 08:49:09.000000000 +0000
++++ tool/ifdef/ifdef.cxx
+@@ -13,6 +13,7 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <ctype.h>
++#include <unistd.h>
+ #include <string>
+ #include <map>
+ #ifndef __hpux
+@@ -62,7 +63,7 @@ extern "C" {
char *G__calc(char*);
char *G__getexpr(char*);
char *G__getandor(char*);