From dcd08493fbaa16ac79bded29d65fd2f3effae695 Mon Sep 17 00:00:00 2001 From: riastradh Date: Sun, 12 May 2013 00:28:52 +0000 Subject: Fix recent change to security/libksba for cross-compilation. Need to include bsd.prefs.mk before testing USE_CROSS_COMPILE. Not sure how this slipped through -- could've sworn I tested this. --- security/libksba/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'security/libksba') diff --git a/security/libksba/Makefile b/security/libksba/Makefile index 9b7c4b366c5..44d78ade694 100644 --- a/security/libksba/Makefile +++ b/security/libksba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2013/05/10 20:24:17 riastradh Exp $ +# $NetBSD: Makefile,v 1.28 2013/05/12 00:28:52 riastradh Exp $ DISTNAME= libksba-1.3.0 CATEGORIES= security @@ -17,6 +17,8 @@ INFO_FILES= yes TEST_TARGET= check TEXINFO_REQD= 4.0 +.include "../../mk/bsd.prefs.mk" + .if !empty(USE_CROSS_COMPILE:M[yY][eE][sS]) CONFIGURE_ARGS+= CC_FOR_BUILD=${NATIVE_CC:Q} .endif -- cgit v1.2.3