summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-10 15:17:02 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-10 15:17:02 -0300
commitfe4dcf73c98bd9629ed703a027a4b812fb174cdd (patch)
tree915db4b18096a15bbcdfadf1c5de5568f6a0207a /community
parent785b04f6500e4bd35e3568b2a1654e60df3434ee (diff)
Updates
Diffstat (limited to 'community')
-rw-r--r--community/libdnet/PKGBUILD3
-rw-r--r--community/lmms/PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/community/libdnet/PKGBUILD b/community/libdnet/PKGBUILD
index cb3d793a0..819d9fb90 100644
--- a/community/libdnet/PKGBUILD
+++ b/community/libdnet/PKGBUILD
@@ -20,9 +20,10 @@ build() {
mkdir -p $pkgdir/usr/bin
[ $CARCH == "x86_64" ] && export CFLAGS=-fPIC
+ [ $CARCH == "mips64el" ] && export CFLAGS+=-fPIC
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --target=${CHOST} --host=${CHOST} --build=${CHOST}
make && make DESTDIR=$pkgdir install
cd python && \
diff --git a/community/lmms/PKGBUILD b/community/lmms/PKGBUILD
index c1827d8ab..fc9280f91 100644
--- a/community/lmms/PKGBUILD
+++ b/community/lmms/PKGBUILD
@@ -16,7 +16,7 @@ optdepends=('wine: VST support (experimental)'
'stk: STK instruments plugins'
'pulseaudio: PulseAudio output')
makedepends=('cmake' 'ladspa' 'libxft' 'freetype2' 'fftw' 'stk')
-[ $CARCH = i686 ] && makedepends+=('wine')
+[[ $CARCH = i686 ]] && makedepends+=('wine')
provides=('lmms-extras')
conflicts=('lmms-extras')
options=('!libtool' '!makeflags')