]> git.pld-linux.org Git - packages/audacity.git/blob - audacity-opt.patch
rediff opt patch
[packages/audacity.git] / audacity-opt.patch
1 --- audacity-src-1.3.2-beta/lib-src/portmixer/configure.ac.orig 2006-10-29 01:05:51.000000000 +0200
2 +++ audacity-src-1.3.2-beta/lib-src/portmixer/configure.ac      2006-12-29 20:12:30.975109012 +0100
3 @@ -31,6 +31,10 @@
4    [AC_SUBST( cflags, ["$cflags -g"] )  AC_MSG_RESULT(yes)],
5    [AC_SUBST( cflags, ["$cflags -O2"] ) AC_MSG_RESULT(no)])
6  
7 +if test -n "$CFLAGS" ; then
8 +       cflags="$CFLAGS"
9 +fi
10 +
11  PKG_CHECK_MODULES([PORTAUDIO], [portaudio-2.0 >= 19])
12  
13  #
14 --- a/lib-src/portsmf/configure.ac~     2008-10-25 14:14:23.000000000 +0200
15 +++ a/lib-src/portsmf/configure.ac      2009-05-26 14:57:39.406323603 +0200
16 @@ -25,7 +25,7 @@
17  # which also contains a subdir containing macros
18  AC_CONFIG_MACRO_DIR([autotools/m4])
19  dnl set up automake
20 -AM_INIT_AUTOMAKE([-Wall foreign])
21 +AM_INIT_AUTOMAKE
22  dnl Audacity policy: don't enable automatic rebuild of configure et al if 
23  dnl sources change
24  AM_MAINTAINER_MODE
This page took 0.106522 seconds and 3 git commands to generate.