]> git.pld-linux.org Git - packages/audacity.git/blob - audacity-opt.patch
- more TODO
[packages/audacity.git] / audacity-opt.patch
1 --- audacity-src-1.3.2-beta/lib-src/libnyquist/Makefile.in.orig 2006-10-29 01:05:50.000000000 +0200
2 +++ audacity-src-1.3.2-beta/lib-src/libnyquist/Makefile.in      2006-12-29 17:29:38.478206151 +0100
3 @@ -6,7 +6,7 @@
4  INCL = -Inyqsrc -Itran -Ixlisp -Icmt -Isys -Isnd -Ifft
5  
6  CC = @CC@
7 -override CFLAGS += -g -DCMTSTUFF -O2 -DEXT $(INCL)
8 +override CFLAGS = @CFLAGS@ -DCMTSTUFF -DEXT $(INCL)
9  LN = $(CC)
10  LFLAGS = -lm
11  
12 --- audacity-src-1.3.2-beta/lib-src/portmixer/configure.ac.orig 2006-10-29 01:05:51.000000000 +0200
13 +++ audacity-src-1.3.2-beta/lib-src/portmixer/configure.ac      2006-12-29 20:12:30.975109012 +0100
14 @@ -31,6 +31,10 @@
15    [AC_SUBST( cflags, ["$cflags -g"] )  AC_MSG_RESULT(yes)],
16    [AC_SUBST( cflags, ["$cflags -O2"] ) AC_MSG_RESULT(no)])
17  
18 +if test -n "$CFLAGS" ; then
19 +       cflags="$CFLAGS"
20 +fi
21 +
22  #
23  # Check for portaudio path
24  #
This page took 0.067991 seconds and 3 git commands to generate.