[arch-commits] Commit in fluidsynth/trunk (PKGBUILD)

Ray Rashif schiv at archlinux.org
Wed Sep 22 09:27:23 UTC 2010


    Date: Wednesday, September 22, 2010 @ 05:27:23
  Author: schiv
Revision: 91077

upgpkg: fluidsynth 1.1.2-1
fluidsynth x86_64 fix lib64 path

Modified:
  fluidsynth/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-22 08:56:16 UTC (rev 91076)
+++ PKGBUILD	2010-09-22 09:27:23 UTC (rev 91077)
@@ -24,7 +24,8 @@
 
   cmake . -DCMAKE_INSTALL_PREFIX=/usr \
           -DCMAKE_BUILD_TYPE=Release \
-          -Denable-ladspa=ON
+          -Denable-ladspa=ON \
+          -DLIB_SUFFIX=""
   make
 }
 




More information about the arch-commits mailing list