head	1.2;
access;
symbols
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.01.01.19.30.35;	author ohauer;	state dead;
branches;
next	1.1;

1.1
date	2009.06.08.09.27.33;	author ed;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@@
@
text
@--- src/support/apxs.pl
+++ src/support/apxs.pl
@@@@ -47,6 +47,7 @@@@
 $CFG_CFLAGS =~ s|^\s+||;
 $CFG_CFLAGS =~ s|\s+$||;
 $CFG_CFLAGS =~ s|\s+`.+apaci`||;
+$CFG_CFLAGS =~ s|\s+-std=[^\s]+||;
 
 ##
 ##  parse argument line
@


1.1
log
@Be sure to remove -std= from apxs.

My change to apache13, to build it with -std=gnu89 also caused this
compiler flag to be exposed through the apxs utility. This caused some
Apache modules to fail to build.

Reported by:	pav, miwi
@
text
@@

