summaryrefslogtreecommitdiff
path: root/lang/caml-light/patches
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/patches
parentd7eca6bf9da646adb8d0a8de76dccf6ee71b10c8 (diff)
downloadpkgsrc-43c2fac6d6e9ee52eeff5c0c92dae1f809bca913.tar.gz
Don't force -fno-defer-pop.
Diffstat (limited to 'lang/caml-light/patches')
-rw-r--r--lang/caml-light/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
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.