# HG changeset patch # User Ryan C. Gordon # Date 1099180020 0 # Node ID 65f73b6802d55c8a6fdc790fc924d2c706098c4d # Parent a57d48b90d53cea3d33029ef2d109eca4e4f5c89 CFLAGS fix backported from devbranch. diff -r a57d48b90d53 -r 65f73b6802d5 CHANGELOG --- a/CHANGELOG Sat Oct 30 09:59:38 2004 +0000 +++ b/CHANGELOG Sat Oct 30 23:47:00 2004 +0000 @@ -6,6 +6,7 @@ 10302004 - Fixed a strcpy that should have been a strcat. (thanks, Tolga!) Removed .cvsignore files (we're in a Subversion repository, now). + Build system respects external CFLAGS now. (thanks, Adam!) 09212003 - Happy September. Fixes to bootstrap on MacOS X. Seeking now tries to respect pre-buffered data. diff -r a57d48b90d53 -r 65f73b6802d5 configure.in --- a/configure.in Sat Oct 30 09:59:38 2004 +0000 +++ b/configure.in Sat Oct 30 23:47:00 2004 +0000 @@ -493,7 +493,7 @@ AC_CHECK_SIZEOF(int, 4) -CFLAGS="$CFLAGS $PHYSFSCFLAGS -D_REENTRANT -D_THREAD_SAFE" +CFLAGS="$PHYSFSCFLAGS $CFLAGS -D_REENTRANT -D_THREAD_SAFE" LDFLAGS="$LDFLAGS $PHYSFSLDFLAGS -no-undefined" dnl Add Makefile conditionals