summaryrefslogtreecommitdiff
path: root/textproc/ocaml-xml-light/patches/patch-Makefile
blob: 382eaa1ccf5e7d919e7ce1ec9fc4c1094dba8e3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-Makefile,v 1.1 2018/11/29 10:45:37 jaapb Exp $

NATDYNLINK determined from pkgsrc settings
--- Makefile.orig	2014-01-20 01:52:59.000000000 +0000
+++ Makefile
@@ -12,7 +12,7 @@ CFLAGS=
 LFLAGS= -a
 LIBS=
 
-NATDYNLINK := $(shell if [ -f `ocamlc -where`/dynlink.cmxa ]; then echo YES; else echo NO; fi)
+#NATDYNLINK := $(shell if [ -f `ocamlc -where`/dynlink.cmxa ]; then echo YES; else echo NO; fi)
 
 ifeq "${NATDYNLINK}" "YES"
 CMXS=xml-light.cmxs