summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-02-19 09:44:56 +0000
committerjperkin <jperkin>2014-02-19 09:44:56 +0000
commitcb0ad30a370af0280e246621350fe7065cf9b408 (patch)
treef9bf03ff3753cfbbdd953edaa7872f72cc4a070e /sysutils
parentc7fe1c6c8edc659564ca457650503eb776f0b6b3 (diff)
downloadpkgsrc-cb0ad30a370af0280e246621350fe7065cf9b408.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