diff options
Diffstat (limited to 'system/gsmartcontrol/gsmartcontrol.SlackBuild')
-rw-r--r-- | system/gsmartcontrol/gsmartcontrol.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/system/gsmartcontrol/gsmartcontrol.SlackBuild b/system/gsmartcontrol/gsmartcontrol.SlackBuild index bfce83c5b3..f2973f5b9e 100644 --- a/system/gsmartcontrol/gsmartcontrol.SlackBuild +++ b/system/gsmartcontrol/gsmartcontrol.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for GSmartControl # -# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2009-2015 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gsmartcontrol -VERSION=0.8.6 +VERSION=0.8.7 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,9 +66,6 @@ find -L . \ # Fix build with gcc-4.7.x sed -i "s/\tdestroy/\tthis->destroy/" src/gsc_text_window.h -# Patch from debian for glib >= 2.31 -patch -p1 < $CWD/04_glib2.31.patch - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |