summaryrefslogtreecommitdiffstats
path: root/office/gnokii/gnokii.SlackBuild
diff options
context:
space:
mode:
author dsomero2011-04-02 05:42:58 +0200
committer Robby Workman2011-04-03 16:34:01 +0200
commitfa47ca4e68e1e933028ce8ccccbf0e1346f84b50 (patch)
tree4bc82a0be992b8aa0a67519fdec9805bd62ca9cc /office/gnokii/gnokii.SlackBuild
parent39ffc89b3227890e49a8e62811bdafab72f3fd7c (diff)
downloadslackbuilds-fa47ca4e68e1e933028ce8ccccbf0e1346f84b50.tar.gz
office/gnokii: Fixed download link and added pcsc-lite 1.6.x patch.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'office/gnokii/gnokii.SlackBuild')
-rw-r--r--office/gnokii/gnokii.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/office/gnokii/gnokii.SlackBuild b/office/gnokii/gnokii.SlackBuild
index 6894d81ccc..ad07283231 100644
--- a/office/gnokii/gnokii.SlackBuild
+++ b/office/gnokii/gnokii.SlackBuild
@@ -28,7 +28,7 @@
PRGNAM=gnokii
VERSION=${VERSION:-0.6.29}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -75,6 +75,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=3dac96714fba1f06445c15e34af3a0c3ad7eb1ce
+patch -p1 < $CWD/gnokii-0.6.29-pcsc.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \