mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
1183662d86
I started with the PR, but it required heavy modification. It was very out of date after several ports infrastructure changes and updates to its dependencies. Luckily the pkgsrc version also maintained by Jaap was up to date, especially the required patches. The docs generation seems to be broken so it's been inhibited for now. PR: ports/176117 Submitted by: Jaap Boender Stage support: Taken from pkgsrc
14 lines
479 B
Plaintext
14 lines
479 B
Plaintext
$NetBSD: patch-src_Makefile,v 1.2 2012/12/15 11:16:07 jaapb Exp $
|
|
|
|
Proper support of ocamlfind in pkgsrc
|
|
--- src/Makefile.orig 2012-12-07 15:17:09.000000000 +0000
|
|
+++ src/Makefile
|
|
@@ -119,6 +119,7 @@ raw_install:
|
|
$(OCAMLFIND) install $(PROJECTNAME) \
|
|
-destdir $(TEMPROOT)$(LIBDIR) \
|
|
-patch-version ${VERSION} \
|
|
+ -ldconf ignore \
|
|
${INTF} $(INSTALL_IMPL) $(DOC) files/META
|
|
# Extensions
|
|
$(INSTALL) -m 755 -d $(TEMPROOT)${LIBDIR}/${PROJECTNAME}/extensions/
|