pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/polarssl GCC_REQD= 4.4, because 4.2 won't bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c6ab0283715
branches:  trunk
changeset: 649620:9c6ab0283715
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Mon Apr 06 04:00:34 2015 +0000

description:
GCC_REQD= 4.4, because 4.2 won't build this package on OpenBSD.

diffstat:

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

diffs (17 lines):

diff -r d3f2945a0e48 -r 9c6ab0283715 security/polarssl/Makefile
--- a/security/polarssl/Makefile        Mon Apr 06 02:35:54 2015 +0000
+++ b/security/polarssl/Makefile        Mon Apr 06 04:00:34 2015 +0000
@@ -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 @@
 REPLACE_PERL=          tests/scripts/*.pl
 USE_LANGUAGES=         c
 TEST_TARGET=           check
+GCC_REQD=              4.4
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index