summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorsbd <sbd>2013-04-21 09:09:06 +0000
committersbd <sbd>2013-04-21 09:09:06 +0000
commitb1b2904505cddb418adda2a3dee6f6b40f66d038 (patch)
treecf7bfb10d21be10711ddd366cff32e967b56312a /lang
parente8e059cd728d24b8b1045605be7646ebcf1699ce (diff)
downloadpkgsrc-b1b2904505cddb418adda2a3dee6f6b40f66d038.tar.gz
Add substitution variable for @GCC_TARGET_MACHINE@ in gcc/Makefile.in
Bump PKGREVISION
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc48/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile
index a03af8f65a4..01a20d04568 100644
--- a/lang/gcc48/Makefile
+++ b/lang/gcc48/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2013/04/21 09:05:01 sbd Exp $
+# $NetBSD: Makefile,v 1.7 2013/04/21 09:09:06 sbd Exp $
GCC_PKGNAME= gcc48
.include "version.mk"
@@ -8,7 +8,7 @@ PKGNAME= ${GCC_PKGNAME}-${GCC48_DIST_VERSION}
## When bumping the PKGREVISION of this package the PKGREVISION of
## lang/gcc48-libs needs to be bump to be at least 1 more than the
## PKGREVISION of this package!
-PKGREVISION= 0
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC48_DIST_VERSION}/}
EXTRACT_SUFX= .tar.bz2
@@ -39,6 +39,12 @@ INFO_FILES= yes
UNLIMIT_RESOURCES+= datasize
UNLIMIT_RESOURCES+= stacksize
+SUBST_CLASSES+= vars
+SUBST_MESSAGE.vars= Setting target machine name path in ${SUBST_FILES.vars}
+SUBST_STAGE.vars= pre-configure
+SUBST_FILES.vars= gcc/Makefile.in
+SUBST_VARS.vars= GCC_TARGET_MACHINE
+
.include "../../mk/bsd.prefs.mk"
LANGS= c