pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/boolean Fixed pkglint warning:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0036b66497ef
branches:  trunk
changeset: 503435:0036b66497ef
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Nov 20 14:10:31 2005 +0000

description:
Fixed pkglint warning:
- WARN: boolean/Makefile:21: GCC_REQD should be modified using "+=".

diffstat:

 cad/boolean/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f906d65d3fb8 -r 0036b66497ef cad/boolean/Makefile
--- a/cad/boolean/Makefile      Sun Nov 20 14:07:11 2005 +0000
+++ b/cad/boolean/Makefile      Sun Nov 20 14:10:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2005/09/21 23:17:20 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.26 2005/11/20 14:10:31 rillig Exp $
 #
 
 DISTNAME=      boolean_6_7
@@ -18,7 +18,7 @@
 
 WRKSRC=                ${WRKDIR}/boolean
 
-GCC_REQD=      3.0
+GCC_REQD+=     3.0
 
 USE_TOOLS+=    gmake pkg-config tar
 USE_LANGUAGES= c++



Home | Main Index | Thread Index | Old Index