mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 05:52:19 -04:00
11 lines
405 B
Plaintext
11 lines
405 B
Plaintext
$NetBSD: patch-ab,v 1.4 2012/03/04 09:42:31 asau Exp $
|
|
|
|
--- lib/Makefile.orig 2012-01-04 20:28:16.000000000 +0400
|
|
+++ lib/Makefile 2012-03-04 13:34:16.000000000 +0400
|
|
@@ -1,4 +1,5 @@
|
|
OCAMLMAKEFILE = ../OCamlMakefile
|
|
+OCAMLFIND_INSTFLAGS = -optional -destdir ${DESTDIR}`$(OCAMLC) -where `/site-lib -ldconf /dev/null
|
|
|
|
SOURCES := pcre.mli pcre.ml pcre_stubs.c
|
|
CFLAGS := -O2 $(shell pcre-config --cflags)
|