diff options
author | sbd <sbd@pkgsrc.org> | 2013-04-21 09:09:06 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2013-04-21 09:09:06 +0000 |
commit | ad71297e5f6cbe956da86c515b1cc955087c5466 (patch) | |
tree | cf7bfb10d21be10711ddd366cff32e967b56312a /lang/gcc48 | |
parent | c842b473370dd85f1000b068a77b6db47104b73a (diff) | |
download | pkgsrc-ad71297e5f6cbe956da86c515b1cc955087c5466.tar.gz |
Add substitution variable for @GCC_TARGET_MACHINE@ in gcc/Makefile.in
Bump PKGREVISION
Diffstat (limited to 'lang/gcc48')
-rw-r--r-- | lang/gcc48/Makefile | 10 |
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 |