diff options
Diffstat (limited to 'media-gfx/posterazor/files')
-rw-r--r-- | media-gfx/posterazor/files/disable-poppler-qt5.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/media-gfx/posterazor/files/disable-poppler-qt5.patch b/media-gfx/posterazor/files/disable-poppler-qt5.patch new file mode 100644 index 0000000..341434f --- /dev/null +++ b/media-gfx/posterazor/files/disable-poppler-qt5.patch @@ -0,0 +1,15 @@ +--- a/src/posterazor.pro 2015-07-19 19:03:26.999334075 +0200 ++++ b/src/posterazor.pro 2015-07-19 19:00:59.547695923 +0200 +@@ -30,9 +30,9 @@ + + # Poppler-Qt5 is the library we require to be able to process PDF files as input + # Comment the following line in order to build PosteRazor without Poppler-Qt5 +-exists( /usr/include/poppler/qt5/poppler-qt5.h ) { +- DEFINES += POPPLER_QT5_LIB +-} ++#exists( /usr/include/poppler/qt5/poppler-qt5.h ) { ++# DEFINES += POPPLER_QT5_LIB ++#} + + DEFINES += QT_NO_CAST_FROM_ASCII + |