pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/nulib2 Use "+=" instead of "=" for CONFIGURE...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5b39baac6452
branches: trunk
changeset: 501544:5b39baac6452
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Oct 23 20:41:24 2005 +0000
description:
Use "+=" instead of "=" for CONFIGURE_ARGS.
diffstat:
archivers/nulib2/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 76e1863ba035 -r 5b39baac6452 archivers/nulib2/Makefile
--- a/archivers/nulib2/Makefile Sun Oct 23 20:40:36 2005 +0000
+++ b/archivers/nulib2/Makefile Sun Oct 23 20:41:24 2005 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index