summaryrefslogtreecommitdiff
path: root/lang/gcc
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-06-24 17:04:00 +0000
committerkristerw <kristerw>2005-06-24 17:04:00 +0000
commite7b3e8946e5e555cbe50f9b1c9ea327a26ccdb6b (patch)
tree6a09a8e4962de0f84f69275149e3e8abea0d47b9 /lang/gcc
parent2f85f12157a166ee1233a15ae18ed8189375294e (diff)
downloadpkgsrc-e7b3e8946e5e555cbe50f9b1c9ea327a26ccdb6b.tar.gz
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'lang/gcc')
-rw-r--r--lang/gcc/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index 754cab603f8..85560bc2454 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.80 2005/05/22 20:08:09 jlam Exp $
+# $NetBSD: Makefile,v 1.81 2005/06/24 17:04:00 kristerw Exp $
DISTNAME= gcc-2.95.3
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/}
@@ -27,6 +27,9 @@ CONFIGURE_ARGS= --host=${MACHINE_GNU_PLATFORM}
CONFIGURE_ARGS+= --prefix=${GCC_PREFIX}
CONFIGURE_ARGS+= --enable-shared
+USE_TOOLS+= chmod
+MAKE_ENV+= ac_cv_prog_chmod="${TOOLS_CHMOD}"
+
CONFIGURE_DIRS= ${WRKDIR}/objdir
BUILD_DIRS= ${CONFIGURE_DIRS}