From 9dc9d5d49641eb618cbea13ebe0b0abdaaacb149 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 9 Dec 2005 09:37:32 +0000 Subject: Override configure check for BPF, tun and tap on DragonFly, it fails e.g. when building in a jail. --- emulators/p11/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'emulators/p11') 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= -- cgit v1.2.3