summaryrefslogtreecommitdiffstats
path: root/office/calibre
diff options
context:
space:
mode:
author Matteo Bernardini2018-10-18 19:05:41 +0200
committer Matteo Bernardini2018-10-18 19:05:41 +0200
commitc9326a596337c38df416f18a270832c42dda5c1e (patch)
treec5e9723b5e84014de3da1d7711e2c3a1ac811c68 /office/calibre
parente508b015d1f32339a2049795d646af143139eb87 (diff)
downloadslackbuilds-current-20181018.1.tar.gz
20181018.1 global branch merge.current-20181018.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'office/calibre')
-rw-r--r--office/calibre/calibre.SlackBuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/office/calibre/calibre.SlackBuild b/office/calibre/calibre.SlackBuild
index 0b53b80bf3..74abdcbd2f 100644
--- a/office/calibre/calibre.SlackBuild
+++ b/office/calibre/calibre.SlackBuild
@@ -79,10 +79,6 @@ patch -p1 < $CWD/patches/calibre-no-update.patch
# Remove calibre portable scripts.
rm -f resources/calibre-portable.*
-PYTHONVER=$(python -V 2>&1 | cut -f 2 -d' ' | cut -f 1-2 -d.)
-export SIP_BIN=/usr/bin/python2-sip
-export SIP_INC_DIR="/usr/include/python$PYTHONVER/python2-sip"
-
OVERRIDE_CFLAGS="$SLKCFLAGS" \
OVERRIDE_LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \
python setup.py build