summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2012-11-20 23:13:11 +0000
committerjperkin <jperkin@pkgsrc.org>2012-11-20 23:13:11 +0000
commit928de51963d8cb8c94411493e527cf1aae2b84e2 (patch)
tree47cc632d1b70ce432a82af54c16c427374108649 /lang
parent7f15a6ae3e299560d0483dfe9af00365fd956045 (diff)
downloadpkgsrc-928de51963d8cb8c94411493e527cf1aae2b84e2.tar.gz
Use the canonical path to GNU as.
Bump PKGREVISION.
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc47/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile
index d2510cd3481..b25c4c0ccfe 100644
--- a/lang/gcc47/Makefile
+++ b/lang/gcc47/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/10/03 21:56:18 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2012/11/20 23:13:11 jperkin Exp $
GCC_PKGNAME= gcc47
.include "version.mk"
@@ -8,7 +8,7 @@ PKGNAME= ${GCC_PKGNAME}-${GCC_DIST_VERSION}
## When bumping the PKGREVISION of this package the PKGREVISION of
## lang/gcc47-libs needs to be bump to be at least 1 more than the
## PKGREVISION of this package!
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC_DIST_VERSION}/}
EXTRACT_SUFX= .tar.bz2
@@ -94,7 +94,7 @@ CONFIGURE_ARGS+= --without-gnu-as --with-as=/usr/ccs/bin/as
. else
BUILDLINK_DEPMETHOD.binutils= full
. include "../../devel/binutils/buildlink3.mk"
-CONFIGURE_ARGS+= --with-gnu-as --with-as=${PREFIX}/gnu/bin/as
+CONFIGURE_ARGS+= --with-gnu-as --with-as=${PREFIX}/bin/gas
. endif
.endif