summaryrefslogtreecommitdiff
path: root/system/splix/splix.SlackBuild
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2011-04-03 00:49:28 -0500
committerRobby Workman <rworkman@slackbuilds.org>2011-04-03 09:59:49 -0500
commitd5f3875c8b4517ff1a140396e9d693a43cea7c07 (patch)
treeee946d6d1e7de2b1fe12bfeac1c33e05b323f8ad /system/splix/splix.SlackBuild
parent335db914f72bce558013f83d49b184b9e5cafdf5 (diff)
downloadslackbuilds-d5f3875c8b4517ff1a140396e9d693a43cea7c07.tar.gz
system/splix: Changed maintainer info
Thanks to Keith Ritchie for the build fix on 13.37! Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/splix/splix.SlackBuild')
-rw-r--r--system/splix/splix.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/system/splix/splix.SlackBuild b/system/splix/splix.SlackBuild
index 48b9f45708..02263cf4d2 100644
--- a/system/splix/splix.SlackBuild
+++ b/system/splix/splix.SlackBuild
@@ -2,10 +2,11 @@
# Slackware build script for splix
# Written by Iskar Enev <iskar.enev[@]gmail.com>
+# Currently maintained by Glenn Becker <burningc@sdf.lonestar.org>
PRGNAM=splix
VERSION=2.0.0
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -64,6 +65,8 @@ sed -i "s%\`cups-config --libs\`%$CUPSLIBS%" module.mk
sed -i "s%\`cups-config --serverbin\`%$CUPSSERVERBIN%" module.mk
sed -i "s%\`cups-config --datadir\`%$CUPSDATADIR%" module.mk
+sed -i 's#const PPDFile::Value::Value #const PPDFile::Value #' src/ppdfile.cpp
+
make \
V=1 \
DISABLE_JBIG=$NO_JBIG \