pkgsrc/lang/ocaml/patches/patch-otherlibs_Makefile

15 lines
646 B
Text

$NetBSD: patch-otherlibs_Makefile,v 1.1 2014/10/13 13:24:45 jaapb Exp $
Remove rule split to make x11/ocaml-graphics job easier
--- otherlibs/Makefile.orig 2014-04-12 10:17:02.000000000 +0000
+++ otherlibs/Makefile
@@ -14,8 +14,7 @@
# Common Makefile for otherlibs on the Unix ports
CAMLC=$(ROOTDIR)/boot/ocamlrun $(ROOTDIR)/ocamlc -nostdlib -I $(ROOTDIR)/stdlib
-CAMLOPT=$(ROOTDIR)/boot/ocamlrun $(ROOTDIR)/ocamlopt -nostdlib \
- -I $(ROOTDIR)/stdlib
+CAMLOPT=$(ROOTDIR)/boot/ocamlrun $(ROOTDIR)/ocamlopt -nostdlib -I $(ROOTDIR)/stdlib
CFLAGS=-I$(ROOTDIR)/byterun -O $(SHAREDCCCOMPOPTS) $(EXTRACFLAGS)
include ../Makefile.shared