summaryrefslogtreecommitdiffstats
path: root/development/kicad/kicad.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/kicad/kicad.SlackBuild')
-rw-r--r--development/kicad/kicad.SlackBuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/development/kicad/kicad.SlackBuild b/development/kicad/kicad.SlackBuild
index 48242e9262..b79e9a3016 100644
--- a/development/kicad/kicad.SlackBuild
+++ b/development/kicad/kicad.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for kicad
# Open-Source EDA Suite
-# Copyright 2010-2012 Niels Horn, Rio de Janeiro, RJ, Brazil
+# Copyright 2010-2013 Niels Horn, Rio de Janeiro, RJ, Brazil
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,10 +23,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# Revision date: 2012/09/14
+# Revision date: 2013/03/29
PRGNAM=kicad
-VERSION=${VERSION:-bzr_20120521}
+VERSION=${VERSION:-bzr_20130325}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -77,10 +77,6 @@ find . \
# admits being "hacky"...
patch -p1 < $CWD/help_path.patch
-# Patch to build against gcc-4.7
-# Source: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672727
-patch -p1 < $CWD/kicad_gcc47.patch
-
mkdir -p build
cd build
cmake \