summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-09 09:37:32 +0000
committerjoerg <joerg>2005-12-09 09:37:32 +0000
commit9dc9d5d49641eb618cbea13ebe0b0abdaaacb149 (patch)
treed1b2cafc09f67f307037a35c5ba1ee90a2a775a9 /emulators
parent9dbb5e5eb0c7cc06b5e97857a44535bdfc354e0c (diff)
downloadpkgsrc-9dc9d5d49641eb618cbea13ebe0b0abdaaacb149.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')
-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=