pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/polarssl Use += to GCC_REQD. Thanks to richard@.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14ed6b558da2
branches:  trunk
changeset: 649622:14ed6b558da2
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Mon Apr 06 04:33:45 2015 +0000

description:
Use += to GCC_REQD. Thanks to richard@.

diffstat:

 security/polarssl/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f79250250de6 -r 14ed6b558da2 security/polarssl/Makefile
--- a/security/polarssl/Makefile        Mon Apr 06 04:18:52 2015 +0000
+++ b/security/polarssl/Makefile        Mon Apr 06 04:33:45 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2015/04/06 04:18:52 rodent Exp $
+# $NetBSD: Makefile,v 1.13 2015/04/06 04:33:45 rodent Exp $
 #
 
 DISTNAME=              polarssl-1.3.9-gpl
@@ -19,7 +19,7 @@
 REPLACE_PERL=          tests/scripts/*.pl
 USE_LANGUAGES=         c
 TEST_TARGET=           check
-GCC_REQD=              4.4
+GCC_REQD+=             4.4
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index