From d9e6aa695774a976c35841dbeb46b2718a15c07b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 13 Aug 2013 08:37:46 +0100 Subject: [PATCH] defuzz patch --- libreoffice-rhel6poppler.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libreoffice-rhel6poppler.patch b/libreoffice-rhel6poppler.patch index f5c4cd3..3d293ad 100644 --- a/libreoffice-rhel6poppler.patch +++ b/libreoffice-rhel6poppler.patch @@ -1,6 +1,6 @@ --- a/configure.ac 2011-11-10 13:22:02.062474990 +0000 +++ b/configure.ac 2011-11-10 13:22:35.072472880 +0000 -@@ -9546,16 +9546,6 @@ +@@ -9659,16 +9659,6 @@ if test "$_os" != Android -a "$_os" != iOS -a "$ENABLE_PDFIMPORT" != FALSE; then AC_MSG_RESULT([external]) SYSTEM_POPPLER=YES PKG_CHECK_MODULES( POPPLER, poppler >= 0.8.0 ) @@ -14,7 +14,7 @@ - CXXFLAGS=$save_CXXFLAGS - CPPFLAGS=$save_CPPFLAGS - AC_LANG_POP([C++]) - libo_MINGW_CHECK_DLL([POPPLER], [libpoppler]) + libo_MINGW_CHECK_DLL([libpoppler]) else AC_MSG_RESULT([internal]) --- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx 2011-11-10 13:22:11.949473646 +0000