summaryrefslogtreecommitdiff
path: root/lang/gcc-ssp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc-ssp/Makefile')
-rw-r--r--lang/gcc-ssp/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/gcc-ssp/Makefile b/lang/gcc-ssp/Makefile
index 9bfc39d8ada..71d9e562b23 100644
--- a/lang/gcc-ssp/Makefile
+++ b/lang/gcc-ssp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2005/11/09 21:25:39 tv Exp $
+# $NetBSD: Makefile,v 1.40 2005/12/05 20:50:25 rillig Exp $
DISTNAME= gcc-2.95.3
PKGNAME= gcc-ssp-2.95.3.13
@@ -34,17 +34,17 @@ USE_TOOLS+= gmake
HAS_CONFIGURE= YES
CONFIGURE_SCRIPT= ${WRKSRC}/configure
-CONFIGURE_ARGS= --host=${MACHINE_GNU_PLATFORM}
+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}"
+MAKE_ENV+= ac_cv_prog_chmod=${TOOLS_CHMOD:Q}
CONFIGURE_DIRS= ${WRKDIR}/objdir
BUILD_DIRS= ${CONFIGURE_DIRS}
-FILES_SUBST+= PKGNAME_NOREV=${PKGNAME_NOREV} GCC_PREFIX=${GCC_PREFIX}
+FILES_SUBST+= PKGNAME_NOREV=${PKGNAME_NOREV:Q} GCC_PREFIX=${GCC_PREFIX:Q}
MESSAGE_SUBST+= PKGNAME_NOREV=${PKGNAME_NOREV}
INFO_DIR= ${GCC_PREFIX:S|^${PREFIX}/||}/info