summaryrefslogtreecommitdiff
path: root/lang/caml-light
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-10-27 20:32:56 +0000
committerjoerg <joerg@pkgsrc.org>2013-10-27 20:32:56 +0000
commit43c2fac6d6e9ee52eeff5c0c92dae1f809bca913 (patch)
tree65fddb10b90b6b4926513925b8f63c198410afc9 /lang/caml-light
parentd7eca6bf9da646adb8d0a8de76dccf6ee71b10c8 (diff)
downloadpkgsrc-43c2fac6d6e9ee52eeff5c0c92dae1f809bca913.tar.gz
Don't force -fno-defer-pop.
Diffstat (limited to 'lang/caml-light')
-rw-r--r--lang/caml-light/distinfo4
-rw-r--r--lang/caml-light/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/caml-light/distinfo b/lang/caml-light/distinfo
index e3d458a0304..c3e74b8e09e 100644
--- a/lang/caml-light/distinfo
+++ b/lang/caml-light/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.10 2012/10/20 22:11:30 joerg Exp $
+$NetBSD: distinfo,v 1.11 2013/10/27 20:32:56 joerg Exp $
SHA1 (cl74unix.tar.gz) = feae4a53af78b6c500a03c618dc11444e8b5dc47
RMD160 (cl74unix.tar.gz) = a00a8de15e042080041076fcf3ad2592d9deb469
Size (cl74unix.tar.gz) = 999170 bytes
-SHA1 (patch-aa) = 6d3bc6249267789806ad4eef1b36aa809277a930
+SHA1 (patch-aa) = ddea6ac67bf1d5a794b26dafe882273fadaa4de3
SHA1 (patch-ab) = 3098db9faa0cd60931c781b4b24f796ac23ef52d
SHA1 (patch-ac) = 6b268ddd007f73a8bb4085df4826627425eb9658
SHA1 (patch-ad) = 22c97a5a2ee4a45cd85ae4c886b61cdcf833703a
diff --git a/lang/caml-light/patches/patch-aa b/lang/caml-light/patches/patch-aa
index d9a13ad952a..256b7f5bbbf 100644
--- a/lang/caml-light/patches/patch-aa
+++ b/lang/caml-light/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.5 2011/11/02 15:04:17 dholland Exp $
+$NetBSD: patch-aa,v 1.6 2013/10/27 20:32:56 joerg Exp $
Config fixes.
Destdir support.
@@ -10,7 +10,7 @@ Destdir support.
# If you are using gcc, add -fno-defer-pop.
# This option circumvents a gcc bug on some platforms (680x0, 80386).
-OPTS=-fno-defer-pop
-+OPTS= -Dunix -fno-defer-pop
++OPTS= -Dunix
# Extra libraries that have to be linked with the runtime system.
# The math library "-lm" is linked by default.