summaryrefslogtreecommitdiff
path: root/extra/soprano
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-17 13:45:37 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-17 13:45:37 -0300
commit40df5bbde7fc547479b2cede1f3ffb8e268816b3 (patch)
treeac1e047e3183ed1b761d7627076075848473c96f /extra/soprano
parentae725ad3435e02f5a191975f11c13476f522db2f (diff)
KDE builds + updates. Cmake needs CXX=g++ because it doesn't take distcc
Diffstat (limited to 'extra/soprano')
-rw-r--r--extra/soprano/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/soprano/PKGBUILD b/extra/soprano/PKGBUILD
index c7d5e19a1..2433b9e9c 100644
--- a/extra/soprano/PKGBUILD
+++ b/extra/soprano/PKGBUILD
@@ -11,6 +11,7 @@ url='http://soprano.sourceforge.net/'
license=('GPL' 'LGPL')
depends=('qt' 'clucene' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso')
makedepends=('cmake' 'openjdk6' 'doxygen')
+[ "$CARCH" = "mips64el" ] && makedepends=('cmake' 'doxygen')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
md5sums=('03ae49e87c6ec99e57d0433c2650846f')
@@ -18,6 +19,8 @@ build() {
cd ${srcdir}
mkdir build
cd build
+
+ [ "$CARCH" = "mips64el" ] || \
. /etc/profile.d/openjdk6.sh
# we need the rpath
cmake ../${pkgname}-${pkgver} \