Author: qboosh Date: Fri Dec 29 20:45:21 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - use optflags in internal libnyquist and portmixer
---- Files affected: SOURCES: audacity-opt.patch (1.6 -> 1.7) (NEW) ---- Diffs: ================================================================ Index: SOURCES/audacity-opt.patch diff -u /dev/null SOURCES/audacity-opt.patch:1.7 --- /dev/null Fri Dec 29 21:45:21 2006 +++ SOURCES/audacity-opt.patch Fri Dec 29 21:45:15 2006 @@ -0,0 +1,24 @@ +--- audacity-src-1.3.2-beta/lib-src/libnyquist/Makefile.in.orig 2006-10-29 01:05:50.000000000 +0200 ++++ audacity-src-1.3.2-beta/lib-src/libnyquist/Makefile.in 2006-12-29 17:29:38.478206151 +0100 +@@ -6,7 +6,7 @@ + INCL = -Inyqsrc -Itran -Ixlisp -Icmt -Isys -Isnd -Ifft + + CC = @CC@ +-override CFLAGS += -g -DCMTSTUFF -O2 -DEXT $(INCL) ++override CFLAGS = @CFLAGS@ -DCMTSTUFF -DEXT $(INCL) + LN = $(CC) + LFLAGS = -lm + +--- audacity-src-1.3.2-beta/lib-src/portmixer/configure.ac.orig 2006-10-29 01:05:51.000000000 +0200 ++++ audacity-src-1.3.2-beta/lib-src/portmixer/configure.ac 2006-12-29 20:12:30.975109012 +0100 +@@ -31,6 +31,10 @@ + [AC_SUBST( cflags, ["$cflags -g"] ) AC_MSG_RESULT(yes)], + [AC_SUBST( cflags, ["$cflags -O2"] ) AC_MSG_RESULT(no)]) + ++if test -n "$CFLAGS" ; then ++ cflags="$CFLAGS" ++fi ++ + # + # Check for portaudio path + # ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
