]> git.pld-linux.org Git - packages/solfege.git/blob - solfege-fix.patch
Version: 3.23.4
[packages/solfege.git] / solfege-fix.patch
1 diff -dur -x '*.orig' solfege-3.22.2.orig/configure.ac solfege-3.22.2/configure.ac
2 --- solfege-3.22.2.orig/configure.ac    2013-10-05 22:57:48.000000000 +0200
3 +++ solfege-3.22.2/configure.ac 2016-12-13 15:08:20.000000000 +0100
4 @@ -144,9 +144,9 @@
5  
6  dnl Checks for libraries.
7  if test "x$ENABLE_TUNER" = xyes; then
8 -    AC_DEFINE(ENABLE_TUNER)
9 +    AC_DEFINE(ENABLE_TUNER, , [the microphone experiment])
10      AC_CHECK_LIB(rfftw, rfftw, [
11 -        AC_DEFINE(HAVE_FFTW)
12 +        AC_DEFINE(HAVE_FFTW, , [have rfftw library])
13          LIBS="$LIBS -lfftw -lrfftw"], ,-lfftw)
14  fi
15  
16 diff -dur solfege-3.23.4.orig/solfege/soundcard/Makefile solfege-3.23.4/solfege/soundcard/Makefile
17 --- solfege-3.23.4.orig/solfege/soundcard/Makefile      2016-06-24 22:18:29.000000000 +0200
18 +++ solfege-3.23.4/solfege/soundcard/Makefile   2016-12-13 15:30:59.000000000 +0100
19 @@ -23,7 +23,7 @@
20         solfege/soundcard/winmidi.dsp solfege/soundcard/winmidi.dsw solfege/soundcard/winmidi.def \
21         $(wildcard solfege/soundcard/tests/*.py)
22  
23 -CFLAGS:=$(CFLAGS) -I/usr/src/linux/include -Wall -pedantic -fPIC -I.
24 +CFLAGS:=$(CFLAGS) -Wall -pedantic -fPIC -I.
25  CC:=$(CC) $(CFLAGS) -DHAVE_CONFIG_H 
26  
27  ifeq ($(ENABLE_OSS_SOUND),yes)
This page took 0.085598 seconds and 3 git commands to generate.