summaryrefslogtreecommitdiff
path: root/extra/kdebase-runtime
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/kdebase-runtime
parentae725ad3435e02f5a191975f11c13476f522db2f (diff)
KDE builds + updates. Cmake needs CXX=g++ because it doesn't take distcc
Diffstat (limited to 'extra/kdebase-runtime')
-rw-r--r--extra/kdebase-runtime/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/kdebase-runtime/PKGBUILD b/extra/kdebase-runtime/PKGBUILD
index 453768f5c..949de45e5 100644
--- a/extra/kdebase-runtime/PKGBUILD
+++ b/extra/kdebase-runtime/PKGBUILD
@@ -23,6 +23,7 @@ build() {
cd "${srcdir}"
mkdir build
cd build
+ CXX="g++" \
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \