diff options
author | ed <ed@FreeBSD.org> | 2009-06-05 03:47:22 +0800 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2009-06-05 03:47:22 +0800 |
commit | 4a4c1b8685a3e4ed06b661f9844562a6c63719df (patch) | |
tree | 9c6687c34e8ea55ab7d2409e9a4e7a57b212596e | |
parent | 2b131cf3c24f2754ba33c7a3cbf7dad9b8f1793f (diff) | |
download | freebsd-ports-gnome-4a4c1b8685a3e4ed06b661f9844562a6c63719df.tar.gz freebsd-ports-gnome-4a4c1b8685a3e4ed06b661f9844562a6c63719df.tar.zst freebsd-ports-gnome-4a4c1b8685a3e4ed06b661f9844562a6c63719df.zip |
Build Apache 13 with -std=gnu89. It doesn't build with ISO C99 inline.
I should also change all the other ports, but I'm leaving that like it
is right now. This port will at least make it easier to build 200 more
ports on pointyhat.
Approved by: pgollucci
-rw-r--r-- | www/apache13/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index b64229cc7ded..291225c0b3c7 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -27,6 +27,7 @@ CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* apache+ipv6-1.* apache+ssl-1.* apache-2.* apache_fp-1.* \ caudium-devel-1.* caudium10-1.* caudium12-1.* \ ru-apache+mod_ssl-1.* ru-apache-1.* +USE_CSTD= gnu89 USE_PERL5= yes USE_RC_SUBR= apache |