openbsd-ports/lang/ocaml/patches/patch-otherlibs_dbm_Makefile
2002-12-14 20:03:21 +00:00

13 lines
520 B
Plaintext

$OpenBSD: patch-otherlibs_dbm_Makefile,v 1.1 2002/12/14 20:03:21 sturm Exp $
--- otherlibs/dbm/Makefile.orig Fri Dec 13 23:07:13 2002
+++ otherlibs/dbm/Makefile Fri Dec 13 23:07:28 2002
@@ -24,7 +24,7 @@ CAMLOPT=../../ocamlcompopt.sh
MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib
COMPFLAGS=-warn-error A
-CFLAGS=$(DBM_INCLUDES) -I../../byterun -O $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
+CFLAGS=$(DBM_INCLUDES) -I../../byterun $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
COBJS=cldbm.o
all: libmldbm.a dbm.cmi dbm.cma