]> git.pld-linux.org Git - packages/alsa-modular-synth.git/commitdiff
- ops, one fix too much ;)
authorfreetz <freetz@pld-linux.org>
Fri, 23 Jul 2004 17:04:19 +0000 (17:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alsa-modular-synth-build_fixes.patch -> 1.7

alsa-modular-synth-build_fixes.patch

index 4f404425860ff5f9e262270fe3d1b60a27242fab..2270d7acf55d746ebffa08691c985aad80514f09 100644 (file)
@@ -1,6 +1,6 @@
 diff -aurN ams-1.8.6.orig/Makefile ams-1.8.6/Makefile
 --- ams-1.8.6.orig/Makefile    2004-07-16 14:44:03.000000000 +0200
-+++ ams-1.8.6/Makefile 2004-07-23 18:49:44.033202648 +0200
++++ ams-1.8.6/Makefile 2004-07-23 19:01:31.145705208 +0200
 @@ -1,13 +1,13 @@
 -QT_BASE_DIR=/usr/lib/qt3
 -QT_LIB_DIR=$(QT_BASE_DIR)/lib
@@ -19,9 +19,12 @@ diff -aurN ams-1.8.6.orig/Makefile ams-1.8.6/Makefile
  
  AMS_O = synthdata.o module.o module.moc.o \
        configdialog.o configdialog.moc.o \
-@@ -80,7 +80,7 @@
+@@ -78,9 +78,9 @@
+       main.o alsa_driver.o
  ams:  $(AMS_O)
-       gcc -g -o ams $(AMS_O) \
+-      gcc -g -o ams $(AMS_O) \
++      $(CC) -g -o ams $(AMS_O) \
        -L$(QT_LIB_DIR) -L$(X11_LIB_DIR) \
 -      -lqt-mt -ljack -lasound -lsrfftw -lsfftw -lm
 +      -lqt-mt -ljack -lasound -lrfftw -lfftw -lm
This page took 0.054714 seconds and 4 git commands to generate.