pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ocaml ocamlrun needs dlopen



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3ea650ca824
branches:  trunk
changeset: 648119:d3ea650ca824
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Mar 11 22:37:18 2015 +0000

description:
ocamlrun needs dlopen

diffstat:

 lang/ocaml/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 2fe25b76a678 -r d3ea650ca824 lang/ocaml/Makefile
--- a/lang/ocaml/Makefile       Wed Mar 11 22:32:08 2015 +0000
+++ b/lang/ocaml/Makefile       Wed Mar 11 22:37:18 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2014/11/20 15:24:57 joerg Exp $
+# $NetBSD: Makefile,v 1.94 2015/03/11 22:37:18 tnn Exp $
 
 .include "Makefile.common"
 
@@ -84,5 +84,6 @@
 do-test:
        cd ${WRKSRC}/testsuite && ${MAKE_PROGRAM} all
 
+.include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/termcap.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index