From 3eafd205e5a84c8b5ca7668407fa7ee25b77eca7 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Thu, 30 Jan 2014 15:41:21 -0600 Subject: office/abiword: Fix a segfault when trying save to pdf Signed-off-by: Robby Workman --- office/abiword/abiword.SlackBuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'office/abiword/abiword.SlackBuild') diff --git a/office/abiword/abiword.SlackBuild b/office/abiword/abiword.SlackBuild index 5361f3345d..692375f067 100644 --- a/office/abiword/abiword.SlackBuild +++ b/office/abiword/abiword.SlackBuild @@ -22,9 +22,9 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Now maintained by Robby Workman # Thanks to Tim Goya for all of the hard work in making the 2.8.x releases -# work correctly on Slackware - the patches are all from him +# work correctly on Slackware +# Now maintained by Robby Workman PRGNAM=abiword VERSION=3.0.0 @@ -76,6 +76,11 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Fix http://bugzilla.abisource.com/show_bug.cgi?id=13586 +# svn co http://svn.abisource.com/abiword/trunk abiword +# svn diff -r 33659:33662 > fix-segfault-on-save-pdf.patch +patch -p0 < $CWD/fix-segfault-on-save-pdf.patch + CPPFLAGS="-I$TMP/$PRGNAM-$VERSION" \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -- cgit v1.2.3