summaryrefslogtreecommitdiff
path: root/lang/ocaml/patches/patch-ax
diff options
context:
space:
mode:
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