diff options
author | rodent <rodent@pkgsrc.org> | 2015-04-06 04:33:45 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-04-06 04:33:45 +0000 |
commit | a5adf87437ce3ce7e450bc4c70992bd4bb7a8b77 (patch) | |
tree | d2921cdd09e5ba1feed6f2ce67e3d1af9e1658a0 | |
parent | 4ed21b13889c7fa5a975e2f431a499cd3c90dd33 (diff) | |
download | pkgsrc-a5adf87437ce3ce7e450bc4c70992bd4bb7a8b77.tar.gz |
Use += to GCC_REQD. Thanks to richard@.
-rw-r--r-- | security/polarssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/polarssl/Makefile b/security/polarssl/Makefile index 9c5eed4c594..a49f7fd1149 100644 --- a/security/polarssl/Makefile +++ b/security/polarssl/Makefile @@ -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 @@ USE_CMAKE= yes REPLACE_PERL= tests/scripts/*.pl USE_LANGUAGES= c TEST_TARGET= check -GCC_REQD= 4.4 +GCC_REQD+= 4.4 .include "options.mk" |