summaryrefslogtreecommitdiffstats
path: root/wxGTK
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-07-22 14:44:24 +0000
committer Eric Hameleers <alien@slackware.com>2016-07-22 14:44:24 +0000
commitb9fea22d4c2206a3aeb9fcc9211d59cd653cb71c (patch)
tree1fc7c50443e0e5e98ba1d573bfaa6b59301f149a /wxGTK
parent303f708a22c6806ea8fb04d064148b453747a01e (diff)
downloadasb-b9fea22d4c2206a3aeb9fcc9211d59cd653cb71c.tar.gz
asb-b9fea22d4c2206a3aeb9fcc9211d59cd653cb71c.tar.xz
wxGTK: rebuilt for Slackware 14.2 to prevent FATAL ERROR : Mismatch between the program and library build when p7zip links to it
Diffstat (limited to 'wxGTK')
-rwxr-xr-xwxGTK/build/wxGTK.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/wxGTK/build/wxGTK.SlackBuild b/wxGTK/build/wxGTK.SlackBuild
index 2d2e5d34..288a65b6 100755
--- a/wxGTK/build/wxGTK.SlackBuild
+++ b/wxGTK/build/wxGTK.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2005, 2007, 2008, 2009, 2010, 2011 Eric Hameleers, Eindhoven, NL
+# Copyright 2005, 2007, 2008, 2009, 2010, 2011, 2016 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -43,6 +43,8 @@
# * Update for Slackware 13.1
# 2.8.12-1: 14/may/2011 by Eric Hameleers <alien@slackware.com>
# * Update for Slackware 13.37
+# 2.8.12-2: 22/jul/2016 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt for Slackware 14.2
#
# Run 'sh wxGTK.SlackBuild' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -55,7 +57,7 @@
PRGNAM=wxGTK
VERSION=${VERSION:-2.8.12}
VERSION2=$( echo ${VERSION} | cut -d. -f1-2 )
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-alien}
DOCS="COPYING* *.txt docs/html/* contrib/docs/html/*"