summaryrefslogtreecommitdiffstats
path: root/office/evince/evince.SlackBuild
diff options
context:
space:
mode:
author Michiel van Wessem2011-03-30 16:11:49 +0200
committer Robby Workman2011-03-31 05:52:25 +0200
commitdfc85e26ef349c75ab760807cf11ceafe25542c9 (patch)
treeb23511479a7257e33b37c098569b34ea8584196d /office/evince/evince.SlackBuild
parent436dfa2612ff082d9f006097c4ceefa9660b846d (diff)
downloadslackbuilds-dfc85e26ef349c75ab760807cf11ceafe25542c9.tar.gz
office/evince: Added patch to fix building on 13.37.
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
Diffstat (limited to 'office/evince/evince.SlackBuild')
-rw-r--r--office/evince/evince.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/office/evince/evince.SlackBuild b/office/evince/evince.SlackBuild
index 90558d71ae..a538d350a0 100644
--- a/office/evince/evince.SlackBuild
+++ b/office/evince/evince.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for evince
# Copyright 2009 Andrew Brouwers <abrouwers@gmail.com>
-# Copyright 2009, Michiel van Wessem, Manchester, United Kingdom.
+# Copyright 2009-2011, Michiel van Wessem, Manchester, United Kingdom.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -79,6 +79,10 @@ if [ "$NLS" != "YES" ]; then
-e 's/ENABLE_NLS 1/ENABLE_NLS 0/g' configure
fi
+# Make evince compile against the newer poppler. Patch with
+# much thanks to Niels Horn.
+patch -p1 < $CWD/evince_poppler016.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \