From 31b45d31c2c8bb48a96a3421c291c539f8c330cd Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 23 Oct 2005 20:41:24 +0000 Subject: Use "+=" instead of "=" for CONFIGURE_ARGS. --- archivers/nulib2/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'archivers') diff --git a/archivers/nulib2/Makefile b/archivers/nulib2/Makefile index fea71a2312b..d2b3cc0be00 100644 --- a/archivers/nulib2/Makefile +++ b/archivers/nulib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/04/11 21:44:49 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/10/23 20:41:24 rillig Exp $ # DISTNAME= nulibdist-203 @@ -14,10 +14,11 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${DISTNAME:S/dist/2/} GNU_CONFIGURE= yes -CONFIGURE_ARGS= --cache-file=${WRKDIR}/config.cache .include "../../mk/bsd.prefs.mk" +CONFIGURE_ARGS+=--cache-file=${WRKDIR}/config.cache + CFLAGS+= -D__unix__ .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3