From 77afa5e670146f5d46816d95058f17da0e59e803 Mon Sep 17 00:00:00 2001 From: Niels Horn Date: Thu, 13 Sep 2012 17:25:13 -0300 Subject: system/herculesstudio: Fixed to build against gcc-4.7 Signed-off-by: Niels Horn --- system/herculesstudio/herculesstudio.SlackBuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'system/herculesstudio/herculesstudio.SlackBuild') diff --git a/system/herculesstudio/herculesstudio.SlackBuild b/system/herculesstudio/herculesstudio.SlackBuild index 1a895ad49be99..b87343d15ae54 100644 --- a/system/herculesstudio/herculesstudio.SlackBuild +++ b/system/herculesstudio/herculesstudio.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for herculesstudio # a GUI for the Hercules Emulator -# Copyright 2010-2011 Niels Horn, Rio de Janeiro, RJ, Brazil +# Copyright 2010-2012 Niels Horn, Rio de Janeiro, RJ, Brazil # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,11 +23,11 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# revision date 2011/08/08 +# revision date 2012/08/09 PRGNAM=herculesstudio VERSION=${VERSION:-1.3.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PRGUNTARRED=HerculesStudio @@ -79,6 +79,9 @@ find . \ # Correct "target.path" sed -i "s,/usr/local/,/usr/,g" $PRGUNTARRED.pro +# Fix for gcc-4.7 +patch -p0 < $CWD/herculesstudio_gcc47.patch + qmake # Accept our CXXFLAGS -- cgit v1.2.3