freebsd-ports/audio/libofa/files/patch-configure
Martin Wilke 93a66d9891 - Allow build with non-base gcc [1]
- Respect CFLAGS/CXXFLAGS
- Bump PORTREVISION since port was building with -g previously

PR:		155662
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
		[1] avg@
2011-03-25 10:35:37 +00:00

16 lines
372 B
Text

--- ./configure.orig 2011-03-18 11:01:22.000000000 -0400
+++ ./configure 2011-03-18 11:01:22.000000000 -0400
@@ -20315,13 +20315,6 @@
-if test "$GCC" = yes; then
- dnlCFLAGS="$CFLAGS -Wall -O2"
- CFLAGS="$CFLAGS -Wall -g"
-fi
-if test "$GXX" = yes; then
- CXXFLAGS="$CXXFLAGS -Wall -g"
-fi
echo "$as_me:$LINENO: checking for XML_ExpatVersion in -lexpat" >&5