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

13 lines
523 B
Plaintext

$OpenBSD: patch-otherlibs_graph_Makefile,v 1.1 2002/12/14 20:03:21 sturm Exp $
--- otherlibs/graph/Makefile.orig Fri Dec 13 23:07:37 2002
+++ otherlibs/graph/Makefile Fri Dec 13 23:07:46 2002
@@ -18,7 +18,7 @@
include ../../config/Makefile
CC=$(BYTECC)
-CFLAGS=-I../../byterun $(X11_INCLUDES) -O $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
+CFLAGS=-I../../byterun $(X11_INCLUDES) $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
CAMLC=../../ocamlcomp.sh
CAMLOPT=../../ocamlcompopt.sh
MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib