summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-02-19 09:44:56 +0000
committerjperkin <jperkin@pkgsrc.org>2014-02-19 09:44:56 +0000
commit354a7d04939898f3c824c7a95cd99fe5f96081f8 (patch)
treef9bf03ff3753cfbbdd953edaa7872f72cc4a070e /sysutils
parent4068c311da9de010a2d03c0a6dd889081d53f514 (diff)
downloadpkgsrc-354a7d04939898f3c824c7a95cd99fe5f96081f8.tar.gz
GCC_REQD should be appended to, not set.
Fixes issues where a newer GCC has been chosen by the user but the GCC_REQD was forcing an older (and broken) one to be pulled regardless.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/grub2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/grub2/Makefile b/sysutils/grub2/Makefile
index 898e90007d1..1ad5a6c2642 100644
--- a/sysutils/grub2/Makefile
+++ b/sysutils/grub2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/06/04 22:17:06 tron Exp $
+# $NetBSD: Makefile,v 1.5 2014/02/19 09:44:56 jperkin Exp $
#
DISTNAME= grub-2.00
@@ -39,7 +39,7 @@ USE_PKGLOCALEDIR= yes
#
# Additionnaly, help2man is required to generate the manual pages.
#
-GCC_REQD= 4.4
+GCC_REQD+= 4.4
FLEX_REQD= 2.5.35
BUILD_DEPENDS+= help2man>=1.36:../../converters/help2man