diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-09 19:57:54 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-09 19:57:54 +0000 |
commit | 3cb6329f4473b7b45631dc698eeeb625f443fdee (patch) | |
tree | b1c447fbc275d3fde6e9f42268206401b0eec8dc /www/apache6 | |
parent | 2be13c7afe1ca221f669eb2180f632e41d4a0f8a (diff) | |
download | pkgsrc-3cb6329f4473b7b45631dc698eeeb625f443fdee.tar.gz |
USE_GCC[23], USE_SUNPRO, and USE_MIPSPRO are all deprecated.
Diffstat (limited to 'www/apache6')
-rw-r--r-- | www/apache6/Makefile | 4 |
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 |