]> git.pld-linux.org Git - packages/audacity.git/blame - audacity-opt.patch
- more
[packages/audacity.git] / audacity-opt.patch
CommitLineData
f4b489ed
JB
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 #
12 # Check for portaudio path
13 #
165c5a81
AM
14
15--- a/lib-src/portsmf/configure.ac~ 2008-10-25 14:14:23.000000000 +0200
16+++ a/lib-src/portsmf/configure.ac 2009-05-26 14:57:39.406323603 +0200
64c1cc72 17@@ -25,7 +25,7 @@
165c5a81
AM
18 # which also contains a subdir containing macros
19 AC_CONFIG_MACRO_DIR([autotools/m4])
64c1cc72 20 dnl set up automake
165c5a81
AM
21-AM_INIT_AUTOMAKE([-Wall foreign])
22+AM_INIT_AUTOMAKE
64c1cc72 23 dnl Audacity policy: don't enable automatic rebuild of configure et al if
24 dnl sources change
25 AM_MAINTAINER_MODE([enabled])
This page took 0.045266 seconds and 4 git commands to generate.