summaryrefslogtreecommitdiff
path: root/community/bmp-wma
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-16 16:54:33 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-16 16:54:33 +0100
commit69f67102b7a02871e32a079ffb789d5fca72a746 (patch)
tree91aa8bfd68762f927a85f2c1180ece6f8d6c6567 /community/bmp-wma
parent6279c1eeadc812624700310b078cd6f4c84d7b5a (diff)
mips3 rebuilds.
Diffstat (limited to 'community/bmp-wma')
-rw-r--r--community/bmp-wma/PKGBUILD6
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