summaryrefslogtreecommitdiffstats
path: root/graphics/vsxu/vsxu.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/vsxu/vsxu.SlackBuild')
-rw-r--r--graphics/vsxu/vsxu.SlackBuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/graphics/vsxu/vsxu.SlackBuild b/graphics/vsxu/vsxu.SlackBuild
index 4e71eaa305..3323290a1b 100644
--- a/graphics/vsxu/vsxu.SlackBuild
+++ b/graphics/vsxu/vsxu.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=vsxu
VERSION=${VERSION:-0.6.3.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -69,6 +69,13 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+if [ "$ARCH" = "x86_64" ]; then
+ patch -p0 < $CWD/00_libdir.diff
+ for f in $(find . -name \*.desktop.in) ; do
+ sed -i -e 's/lib/lib64/' $f
+ done
+fi
+
mkdir -p build
cd build
cmake \