diff options
Diffstat (limited to 'extra/swh-plugins/PKGBUILD')
-rw-r--r-- | extra/swh-plugins/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/swh-plugins/PKGBUILD b/extra/swh-plugins/PKGBUILD index 50685f19a..5e3314f4d 100644 --- a/extra/swh-plugins/PKGBUILD +++ b/extra/swh-plugins/PKGBUILD @@ -7,11 +7,11 @@ pkgname=swh-plugins pkgver=0.4.15 pkgrel=5 pkgdesc="Steve Harris' LADSPA plug-ins suite" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://plugin.org.uk/" license=('GPL') depends=('fftw' 'ladspa') -makedepends=('libxml2') +makedepends=('libxml2' 'perl-xml-parser') groups=('ladspa-plugins') source=("http://plugin.org.uk/releases/$pkgver/$pkgname-$pkgver.tar.gz" 'mbeq_crash_fix.patch') @@ -23,9 +23,9 @@ build() { # Arch64 fix; # -fPIC seems to be the only option - if [ "$CARCH" = 'x86_64' ]; then + if [ "$CARCH" != 'i686' ]; then export CFLAGS="$CFLAGS -fPIC" - export CXXFLAGS="$CFLAGS" + export CXXFLAGS="$CXXFLAGS -fPIC" fi # fix Firefox crash on x64 when |