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/apache/Makefile | |
parent | 2be13c7afe1ca221f669eb2180f632e41d4a0f8a (diff) | |
download | pkgsrc-3cb6329f4473b7b45631dc698eeeb625f443fdee.tar.gz |
USE_GCC[23], USE_SUNPRO, and USE_MIPSPRO are all deprecated.
Diffstat (limited to 'www/apache/Makefile')
-rw-r--r-- | www/apache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index 1e7b321032f..57f11437b0b 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.136 2003/11/02 05:36:56 grant Exp $ +# $NetBSD: Makefile,v 1.137 2004/02/09 19:57:55 jlam Exp $ # # This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of # code hooks that allow mod_ssl to be compiled separately later, if desired). @@ -111,7 +111,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= YES # defined LINK_LIBGCC_LDFLAGS+= -lgcc_s . endif |