diff options
Diffstat (limited to 'community/bmp-wma')
-rw-r--r-- | community/bmp-wma/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/bmp-wma/PKGBUILD b/community/bmp-wma/PKGBUILD index 7817ceb44..62dfc89ef 100644 --- a/community/bmp-wma/PKGBUILD +++ b/community/bmp-wma/PKGBUILD @@ -4,11 +4,11 @@ pkgname=bmp-wma pkgver=0.1.1 -pkgrel=4 +pkgrel=4.1 pkgdesc="WMA plugin for Beep Media Player" url="http://bmp-plugins.berlios.de/novelian/project.php?p=bmp-wma" license=('GPL') -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') depends=('bmp') groups=('bmp-plugins' 'bmp-io-plugins') options=('!libtool' '!emptydirs') @@ -20,7 +20,7 @@ md5sums=('8dcf3fcdb10e8e2e386f70745812412b' build() { cd "${srcdir}/${pkgname}-${pkgver}" patch -Np0 -i "${srcdir}/bmp-wma-gcc4.patch" - if [ "${CARCH}" = "x86_64" ]; then + if [ "${CARCH}" != "i686" ]; then export CFLAGS="${CFLAGS} -fPIC" fi ./configure --prefix=/usr --disable-static |