diff options
author | rodent <rodent@pkgsrc.org> | 2015-04-06 04:00:34 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-04-06 04:00:34 +0000 |
commit | 522f7531a03adf1bcbc42885b8bc3434c68406d0 (patch) | |
tree | d334e9fe37e1d134b541b4114554625a877794ac /security/polarssl | |
parent | 6afff55983984e5f4bec2baa9cdb330fddec63bc (diff) | |
download | pkgsrc-522f7531a03adf1bcbc42885b8bc3434c68406d0.tar.gz |
GCC_REQD= 4.4, because 4.2 won't build this package on OpenBSD.
Diffstat (limited to 'security/polarssl')
-rw-r--r-- | security/polarssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/polarssl/Makefile b/security/polarssl/Makefile index 9993cce523c..5183f00c90f 100644 --- a/security/polarssl/Makefile +++ b/security/polarssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/03/29 22:25:20 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2015/04/06 04:00:34 rodent Exp $ # DISTNAME= polarssl-1.3.9-gpl @@ -19,6 +19,7 @@ USE_CMAKE= yes REPLACE_PERL= tests/scripts/*.pl USE_LANGUAGES= c TEST_TARGET= check +GCC_REQD= 4.4 .include "options.mk" |