diff options
Diffstat (limited to 'office/gnokii/gnokii.SlackBuild')
-rw-r--r-- | office/gnokii/gnokii.SlackBuild | 5 |
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 \ |