head	1.2;
access;
symbols
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.03.15.15.30.57;	author olgeni;	state dead;
branches;
next	1.1;

1.1
date	2009.06.10.15.57.29;	author olgeni;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to version r13b04.

Obtained from:	vanilla (with additional SCTP fix)
@
text
@--- lib/wx/configure.orig	2009-06-10 10:35:03.000000000 +0800
+++ lib/wx/configure	2009-06-10 10:35:23.000000000 +0800
@@@@ -3210,7 +3210,7 @@@@
 	;;
     *)
 	DEBUG_CFLAGS="-g -Wall -fPIC -DDEBUG $CFLAGS"
-	CFLAGS="-g -Wall -O2 -fPIC -fomit-frame-pointer -fno-strict-aliasing $CFLAGS"
+	CFLAGS="-Wall -fPIC -fomit-frame-pointer -fno-strict-aliasing $CFLAGS %%CFLAGS%%"
 	;;
 esac
 
@


1.1
log
@Remove dependency on GCC 4.3: allow proper CFLAGS to reach lib/wx/configure.

Obtained from:	vanilla
@
text
@@

