]> git.pld-linux.org Git - packages/audacity.git/commitdiff
- use optflags in internal libnyquist and portmixer
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 29 Dec 2006 20:45:15 +0000 (20:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audacity-opt.patch -> 1.7

audacity-opt.patch [new file with mode: 0644]

diff --git a/audacity-opt.patch b/audacity-opt.patch
new file mode 100644 (file)
index 0000000..abfdc19
--- /dev/null
@@ -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
+ #
This page took 0.187917 seconds and 4 git commands to generate.