aboutsummaryrefslogtreecommitdiff
path: root/office/gcal/gcal.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/gcal/gcal.SlackBuild')
-rw-r--r--office/gcal/gcal.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/office/gcal/gcal.SlackBuild b/office/gcal/gcal.SlackBuild
index e3b653f55759c..6b799cd2d3450 100644
--- a/office/gcal/gcal.SlackBuild
+++ b/office/gcal/gcal.SlackBuild
@@ -23,7 +23,7 @@
PRGNAM=gcal
VERSION=${VERSION:-4.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -68,6 +68,10 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# fedora patch to fix fseek error
+# https://src.fedoraproject.org/rpms/gcal/tree/rawhide
+patch -p1 <$CWD/gcal-glibc-no-libio.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \