summaryrefslogtreecommitdiff
path: root/lang/ocaml/patches/patch-bn
diff options
context:
space:
mode:
authoradam <adam>2007-09-14 15:34:09 +0000
committeradam <adam>2007-09-14 15:34:09 +0000
commit6459bd67f9d7d4c2210c3208bba4eac331a120bf (patch)
treebe5f9c9dcf1e470bbba28f8d2a6c818af47c8191 /lang/ocaml/patches/patch-bn
parent98f5c27744505d7149b67a8ae5b4df3e6546eb0f (diff)
downloadpkgsrc-6459bd67f9d7d4c2210c3208bba4eac331a120bf.tar.gz
Changes 3.10.0:
- New language features - New tools - Faster type-checking of functor applications. - Referencing an interface compiled with -rectypes from a module not compiled with -rectypes is now an error. - Revised the "fragile matching" warning. - Print a stack backtrace on an uncaught exception. - Stack overflow detection on MS Windows 32 bits. - Stack overflow detection on MacOS X PPC and Intel. - Intel/AMD 64 bits: generate position-independent code by default. - Fixed bug involving -for-pack and missing .cmx files. - Fixed bug causing duplication of literals. - C/Caml interface functions take "char const *" arguments instead of "char *" when appropriate. - Faster string comparisons (fast case if strings are ==). - Other
Diffstat (limited to 'lang/ocaml/patches/patch-bn')
-rw-r--r--lang/ocaml/patches/patch-bn6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ocaml/patches/patch-bn b/lang/ocaml/patches/patch-bn
index 1681eaa777f..1031b61526a 100644
--- a/lang/ocaml/patches/patch-bn
+++ b/lang/ocaml/patches/patch-bn
@@ -1,6 +1,6 @@
-$NetBSD: patch-bn,v 1.3 2005/03/24 11:32:50 adam Exp $
+$NetBSD: patch-bn,v 1.4 2007/09/14 15:34:12 adam Exp $
---- otherlibs/str/Makefile.orig 2002-12-09 14:05:18.000000000 +0000
+--- otherlibs/str/Makefile.orig 2007-01-29 13:11:16.000000000 +0100
+++ otherlibs/str/Makefile
@@ -19,7 +19,7 @@ include ../../config/Makefile
@@ -10,7 +10,7 @@ $NetBSD: patch-bn,v 1.3 2005/03/24 11:32:50 adam Exp $
+CFLAGS+=-I../../byterun $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
CAMLC=../../ocamlcomp.sh
CAMLOPT=../../ocamlcompopt.sh
- COMPFLAGS=-warn-error A
+ COMPFLAGS=-warn-error A -g
@@ -48,13 +48,13 @@ clean: partialclean
rm -f *.a *.so *.o