From dfc85e26ef349c75ab760807cf11ceafe25542c9 Mon Sep 17 00:00:00 2001 From: Michiel van Wessem Date: Wed, 30 Mar 2011 15:11:49 +0100 Subject: office/evince: Added patch to fix building on 13.37. Signed-off-by: Michiel van Wessem --- office/evince/evince.SlackBuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'office/evince/evince.SlackBuild') diff --git a/office/evince/evince.SlackBuild b/office/evince/evince.SlackBuild index 90558d71ae4b0..a538d350a041d 100644 --- a/office/evince/evince.SlackBuild +++ b/office/evince/evince.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for evince # Copyright 2009 Andrew Brouwers -# 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 \ -- cgit v1.2.3