pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/dynamips unconditionally needs dlopen



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b0bb9504181
branches:  trunk
changeset: 648168:8b0bb9504181
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Mar 12 16:48:40 2015 +0000

description:
unconditionally needs dlopen

diffstat:

 emulators/dynamips/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r f109a94ae67c -r 8b0bb9504181 emulators/dynamips/Makefile
--- a/emulators/dynamips/Makefile       Thu Mar 12 16:44:04 2015 +0000
+++ b/emulators/dynamips/Makefile       Thu Mar 12 16:48:40 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2013/02/06 19:30:55 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2015/03/12 16:48:40 tnn Exp $
 
 DISTNAME=      dynamips-0.2.8-RC2
 PKGNAME=       ${DISTNAME:S/-RC/rc/}
@@ -33,5 +33,6 @@
 
 .include "../../devel/libelf/buildlink3.mk"
 .include "../../net/libpcap/buildlink3.mk"
+.include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index