summaryrefslogtreecommitdiff
path: root/emulators/p11
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-09 09:37:32 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-09 09:37:32 +0000
commit75e4ed3637e4d32c8ec5b24ceaccc4a20adc1d15 (patch)
treed1b2cafc09f67f307037a35c5ba1ee90a2a775a9 /emulators/p11
parent80b3d9a59684818ac9ff0cdc6983ef7661504ef2 (diff)
downloadpkgsrc-75e4ed3637e4d32c8ec5b24ceaccc4a20adc1d15.tar.gz
Override configure check for BPF, tun and tap on DragonFly, it fails
e.g. when building in a jail.
Diffstat (limited to 'emulators/p11')
-rw-r--r--emulators/p11/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/p11/Makefile b/emulators/p11/Makefile
index a7ee1d1c967..5cf39c5d898 100644
--- a/emulators/p11/Makefile
+++ b/emulators/p11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/12/05 23:55:07 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2005/12/09 09:37:32 joerg Exp $
#
DISTNAME= p11-2.10a
@@ -13,6 +13,12 @@ CONFIGURE_ARGS+= --with-begemot=${PREFIX:Q}
USE_LIBTOOL= yes
USE_TOOLS+= gmake
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "DragonFly"
+CONFIGURE_ENV+= ac_cv_epp_bpf=yes ac_cv_epp_tun=yes ac_cv_epp_tap=yes
+.endif
+
# override MAKEFLAGS in the build and install stages
do-build:
cd ${WRKSRC} && ${GMAKE} ${BUILD_TARGET} MAKEFLAGS=