summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-06-24 17:17:51 +0000
committerkristerw <kristerw>2005-06-24 17:17:51 +0000
commit3921391cd500163b36931f9f3278bd6f184f394b (patch)
treec8620985cd2a9f1d6542e6a9c615e55f73db217f /lang
parente7b3e8946e5e555cbe50f9b1c9ea327a26ccdb6b (diff)
downloadpkgsrc-3921391cd500163b36931f9f3278bd6f184f394b.tar.gz
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc-ssp/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/gcc-ssp/Makefile b/lang/gcc-ssp/Makefile
index 5f286015318..7f47fe27398 100644
--- a/lang/gcc-ssp/Makefile
+++ b/lang/gcc-ssp/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2005/05/22 20:08:09 jlam Exp $
+# $NetBSD: Makefile,v 1.37 2005/06/24 17:17:51 kristerw Exp $
DISTNAME= gcc-2.95.3
PKGNAME= gcc-ssp-2.95.3.13
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= lang security
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/}
@@ -38,6 +38,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}