diff options
author | spillner <spillner@acm.org> | 2024-01-02 22:57:18 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-02 22:43:20 +0700 |
commit | 386b310ab36762644c533ac868785cf8d6b14fcd (patch) | |
tree | e873380c2f3dcb0b5a88b43f705e9ca5ed903554 /development | |
parent | 198fe8999ac16cce3a655b76ca03b021e05b316e (diff) |
development/xxdiff: Update to build against Qt5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/xxdiff/xxdiff.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/xxdiff/xxdiff.SlackBuild b/development/xxdiff/xxdiff.SlackBuild index 933f50f8cc03..096cba809474 100644 --- a/development/xxdiff/xxdiff.SlackBuild +++ b/development/xxdiff/xxdiff.SlackBuild @@ -8,7 +8,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xxdiff VERSION=${VERSION:-20220219_d4432be} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -62,7 +62,7 @@ find -L . \ -exec chmod 644 {} \; cd src -make -f Makefile.bootstrap +make QMAKE=qmake-qt5 -f Makefile.bootstrap make cd .. install -m 755 -o root -g root -D bin/$PRGNAM $PKG/usr/bin/$PRGNAM |