aboutsummaryrefslogtreecommitdiffstats
path: root/media-gfx/posterazor/files/disable-poppler-qt5.patch
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2015-07-19 19:24:25 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2015-07-19 19:24:25 +0200
commitb4c0a88934bc802170f1776c79d8895043469574 (patch)
tree811ead22199575a5fa741174388acac00bacf006 /media-gfx/posterazor/files/disable-poppler-qt5.patch
parent29ef82a4364431d9ddf312b71ec2cf99597d7235 (diff)
downloadoverlay-b4c0a88934bc802170f1776c79d8895043469574.tar.gz
overlay-b4c0a88934bc802170f1776c79d8895043469574.tar.xz
overlay-b4c0a88934bc802170f1776c79d8895043469574.zip
media-gfx/posterazor: add package
Diffstat (limited to '')
-rw-r--r--media-gfx/posterazor/files/disable-poppler-qt5.patch15
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
+