summaryrefslogtreecommitdiff
path: root/www/apache6
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-09 19:57:54 +0000
committerjlam <jlam>2004-02-09 19:57:54 +0000
commitb8ba2998a1d084a60534d91ef1c5c317d01fb7f9 (patch)
treeb1c447fbc275d3fde6e9f42268206401b0eec8dc /www/apache6
parentc46f572bf18c14227d6f0fae904c413e88f33fd8 (diff)
downloadpkgsrc-b8ba2998a1d084a60534d91ef1c5c317d01fb7f9.tar.gz
USE_GCC[23], USE_SUNPRO, and USE_MIPSPRO are all deprecated.
Diffstat (limited to 'www/apache6')
-rw-r--r--www/apache6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache6/Makefile b/www/apache6/Makefile
index 743c8d93722..991db11590a 100644
--- a/www/apache6/Makefile
+++ b/www/apache6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2003/11/02 09:35:12 cube Exp $
+# $NetBSD: Makefile,v 1.87 2004/02/09 19:57:55 jlam Exp $
#
# This package does not compile in mod_ssl support hooks, as it conflicts
# with IPv6-enable patch.
@@ -113,7 +113,7 @@ LINK_LIBGCC_LDFLAGS= ${LINK_ALL_LIBGCC_HACK}
MAKE_ENV+= LINK_LIBGCC_LDFLAGS="${LINK_LIBGCC_LDFLAGS}"
# if we are using gcc3, we need to link against libgcc_s, too. This
# ensures modules can resolve symbols they require from gcc.
-. if defined(USE_GCC3)
+. if !empty(CC_VERSION:Mgcc-3*)
USE_GCC_SHLIB= # defined
LINK_LIBGCC_LDFLAGS+= -lgcc_s
. endif