Date: Thursday, September 22, 2022 @ 08:37:42
  Author: dvzrv
Revision: 1306380

upgpkg: lib32-fluidsynth 2.3.0-2: Rebuild to install libs to correct location 
again: https://bugs.archlinux.org/task/75967

Modified:
  lib32-fluidsynth/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-22 08:37:21 UTC (rev 1306379)
+++ PKGBUILD    2022-09-22 08:37:42 UTC (rev 1306380)
@@ -8,7 +8,7 @@
 pkgname=lib32-fluidsynth
 _name=fluidsynth
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
 arch=(x86_64)
 url="https://www.fluidsynth.org/";
@@ -41,9 +41,9 @@
   export CXX='g++ -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_INSTALL_LIBDIR=lib32 \
         -DCMAKE_BUILD_TYPE=None \
         -DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
-        -DLIB_SUFFIX=32 \
         -Denable-ladspa=ON \
         -Denable-portaudio=ON \
         -Wno-dev \

Reply via email to