pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/libxml2 needs dlopen (xmlmodule.c)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7aac96337635
branches:  trunk
changeset: 648121:7aac96337635
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Mar 11 22:53:10 2015 +0000

description:
needs dlopen (xmlmodule.c)

diffstat:

 textproc/libxml2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r f698b85350b5 -r 7aac96337635 textproc/libxml2/Makefile
--- a/textproc/libxml2/Makefile Wed Mar 11 22:49:40 2015 +0000
+++ b/textproc/libxml2/Makefile Wed Mar 11 22:53:10 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.134 2014/12/15 11:07:09 jperkin Exp $
+# $NetBSD: Makefile,v 1.135 2015/03/11 22:53:10 tnn Exp $
 
 DISTNAME=      libxml2-2.9.2
 PKGREVISION=   1
@@ -50,5 +50,6 @@
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../textproc/xmlcatmgr/catalogs.mk"
+.include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index