summaryrefslogtreecommitdiff
path: root/lang/ocaml/patches/patch-ax
diff options
context:
space:
mode:
authoradam <adam>2006-01-16 09:41:48 +0000
committeradam <adam>2006-01-16 09:41:48 +0000
commit321db0604b8b75ed74883b5a490dc73c4877a35b (patch)
tree9452d6121e974dec5c53db6ef0c162152b4715c1 /lang/ocaml/patches/patch-ax
parentee9f6d241e6c5ce5cf3edb6814510e5d86690646 (diff)
downloadpkgsrc-321db0604b8b75ed74883b5a490dc73c4877a35b.tar.gz
Changes 3.09.1:
* Bug fixes * New features: - otherlibs/labltk: browser uses menu bars instead of menu buttons Changes 3.09.0: Language features: - Introduction of private row types, for abstracting the row in object and variant types. Type checking: - Polymorphic variants with at most one constructor [< `A of t] are no longer systematically promoted to the exact type [`A of t]. This was more confusing than useful, and created problems with private row types. Native-code compiler (ocamlopt): * Revised implementation of the -pack option (packing of several compilation units into one). The .cmx files that are to be packed with "ocamlopt -pack -o P.cmx" must be compiled with "ocamlopt -for-pack P". In exchange for this additional constraint, ocamlopt -pack is now available on all platforms (no need for binutils). * Fixed wrong evaluation order for arguments to certain inlined functions. * Other (see 'Changes')
Diffstat (limited to 'lang/ocaml/patches/patch-ax')
-rw-r--r--lang/ocaml/patches/patch-ax8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/ocaml/patches/patch-ax b/lang/ocaml/patches/patch-ax
index cd3a7cb823f..464d6659902 100644
--- a/lang/ocaml/patches/patch-ax
+++ b/lang/ocaml/patches/patch-ax
@@ -1,13 +1,13 @@
-$NetBSD: patch-ax,v 1.2 2005/03/24 11:32:50 adam Exp $
+$NetBSD: patch-ax,v 1.3 2006/01/16 09:41:48 adam Exp $
---- otherlibs/bigarray/Makefile.orig 2002-06-27 11:36:00.000000000 +0000
+--- otherlibs/bigarray/Makefile.orig 2005-10-19 13:56:24.000000000 +0200
+++ otherlibs/bigarray/Makefile
@@ -16,7 +16,7 @@
include ../../config/Makefile
CC=$(BYTECC)
--CFLAGS=-I../../byterun -g -O $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
-+CFLAGS+=-I../../byterun -g $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
+-CFLAGS=-I../../byterun -O $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
++CFLAGS+=-I../../byterun $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
CAMLC=../../ocamlcomp.sh -I ../unix
CAMLOPT=../../ocamlcompopt.sh -I ../unix
MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib