From f6f03a4275bb550091bf44f60a953d76da1e85fc Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Sun, 19 Aug 2012 00:36:37 +0700 Subject: development/sqlitebrowser: Fixed to build against gcc-4.7.x Signed-off-by: Binh Nguyen Signed-off-by: Robby Workman --- development/sqlitebrowser/sqlitebrowser.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'development') diff --git a/development/sqlitebrowser/sqlitebrowser.SlackBuild b/development/sqlitebrowser/sqlitebrowser.SlackBuild index bb30105a15..5e88609801 100644 --- a/development/sqlitebrowser/sqlitebrowser.SlackBuild +++ b/development/sqlitebrowser/sqlitebrowser.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sqlitebrowser -# Copyright 2010 Binh Nguyen +# Copyright 2010, 2012 Binh Nguyen # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=sqlitebrowser VERSION=${VERSION:-2.0b1} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -59,7 +59,7 @@ find . \ patch -p0 < $CWD/sqlitebrowser-2.0_beta1-qt-4.7.0.patch qmake -make +make LINK="g++ -ldl" mkdir -p $PKG/usr/bin cp $PRGNAM/$PRGNAM $PKG/usr/bin/ -- cgit v1.2.3