]> git.pld-linux.org Git - packages/audacity.git/blob - audacity-opt.patch
- up to 1.3.6
[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 -CFLAGS += -DCMTSTUFF -DEXT @CFLAGS@ $(INCL)
8 +CFLAGS = @CFLAGS@ -DCMTSTUFF -DEXT @CFLAGS@ $(INCL)
9  
10  INTGEN = misc/intgen
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  #
25
26 --- a/lib-src/portsmf/configure.ac~     2008-10-25 14:14:23.000000000 +0200
27 +++ a/lib-src/portsmf/configure.ac      2009-05-26 14:57:39.406323603 +0200
28 @@ -24,7 +24,7 @@
29  AC_CONFIG_AUX_DIR(autotools)
30  # which also contains a subdir containing macros
31  AC_CONFIG_MACRO_DIR([autotools/m4])
32 -AM_INIT_AUTOMAKE([-Wall foreign])
33 +AM_INIT_AUTOMAKE
34  
35  dnl -------------------------------------------------------
36  dnl Checks for programs.
This page took 0.049485 seconds and 4 git commands to generate.