From 01afd4b61fca2fd7f0ec4c82deb76a79a204592b Mon Sep 17 00:00:00 2001 From: Vliegendehuiskat Date: Thu, 8 Dec 2011 20:59:33 -0200 Subject: development/wxHexEditor: Fixed make command (+new maintainer) Signed-off-by: Niels Horn --- development/wxHexEditor/wxHexEditor.SlackBuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'development/wxHexEditor/wxHexEditor.SlackBuild') diff --git a/development/wxHexEditor/wxHexEditor.SlackBuild b/development/wxHexEditor/wxHexEditor.SlackBuild index 50b7fa2fe2..1803d958a3 100644 --- a/development/wxHexEditor/wxHexEditor.SlackBuild +++ b/development/wxHexEditor/wxHexEditor.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for wxHexEditor # Written by Branko Grubic +# Now maintained by Vliegendehuiskat PRGNAM=wxHexEditor VERSION=${VERSION:-0.11} @@ -52,9 +53,10 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Forcing "-j1" as it fails with anything higher CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ - make + make -j1 make install DESTDIR=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3