]> git.pld-linux.org Git - packages/solfege.git/blob - solfege-fix.patch
9afa76b6b5fc4639511fe90df6af19b60dc4bebf
[packages/solfege.git] / solfege-fix.patch
1 --- solfege-3.6.4/configure.ac.orig     2006-12-08 11:16:31.000000000 +0100
2 +++ solfege-3.6.4/configure.ac  2006-12-10 21:33:51.459779366 +0100
3 @@ -126,9 +126,9 @@
4  
5  dnl Checks for libraries.
6  if test "x$ENABLE_TUNER" = xyes; then
7 -    AC_DEFINE(ENABLE_TUNER)
8 +    AC_DEFINE(ENABLE_TUNER, , [the microphone experiment])
9      AC_CHECK_LIB(rfftw, rfftw, [
10 -        AC_DEFINE(HAVE_FFTW)
11 +        AC_DEFINE(HAVE_FFTW, , [have rfftw library])
12          LIBS="$LIBS -lfftw -lrfftw"], ,-lfftw)
13  fi
14  
15 --- solfege-3.6.4/soundcard/Makefile.orig       2006-12-08 11:16:31.000000000 +0100
16 +++ solfege-3.6.4/soundcard/Makefile    2006-12-10 22:01:39.994863763 +0100
17 @@ -25,7 +25,7 @@
18  
19  easy-dist-files += soundcard/solfege_c_midi_wrap.c
20  
21 -CFLAGS:=$(CFLAGS) -I/usr/src/linux/include -Wall -pedantic -fPIC
22 +CFLAGS:=$(CFLAGS) -Wall -pedantic -fPIC
23  CC:=$(CC) $(CFLAGS) -DHAVE_CONFIG_H 
24  
25  ifeq ($(ENABLE_OSS_SOUND),yes)
This page took 0.120465 seconds and 2 git commands to generate.