diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-18 13:33:40 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-18 13:33:40 +0000 |
commit | 9348f8afb55e7a29b329d4f03a1537ebbf7eb112 (patch) | |
tree | e6391a0a29cee2898ed380fe3328cb0b69890ce3 /www/apache6 | |
parent | de7c1e27f8e47afeef59f84da3f9a58d0b526028 (diff) | |
download | pkgsrc-9348f8afb55e7a29b329d4f03a1537ebbf7eb112.tar.gz |
Include "../../mk/compiler.mk" to get the value of CC_VERSION before
testing it.
Diffstat (limited to 'www/apache6')
-rw-r--r-- | www/apache6/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apache6/Makefile b/www/apache6/Makefile index 991db11590a..f7e71fd412b 100644 --- a/www/apache6/Makefile +++ b/www/apache6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2004/02/09 19:57:55 jlam Exp $ +# $NetBSD: Makefile,v 1.88 2004/02/18 13:33:41 jlam Exp $ # # This package does not compile in mod_ssl support hooks, as it conflicts # with IPv6-enable patch. @@ -103,6 +103,8 @@ APACHE_CUSTOM_CFLAGS+= -O6 -fomit-frame-pointer -fexpensive-optimizations APACHE_CUSTOM_CFLAGS+= -D_LARGEFILE_SOURCE APACHE_CUSTOM_CFLAGS+= -D_FILE_OFFSET_BITS=64 +.include "../../mk/compiler.mk" + # On NetBSD ELF platforms, we need to link libgcc.a whole-archive so that # certain symbols from the C++ implementation (__get_eh_context, etc.) # referenced by DSOs written in C++ will resolve correctly. |