mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
18 lines
714 B
Plaintext
18 lines
714 B
Plaintext
$NetBSD: patch-aa,v 1.6 2012/08/11 17:57:39 ryoon Exp $
|
|
|
|
--- diffpdf.pro.orig 2012-06-04 11:20:17.000000000 +0000
|
|
+++ diffpdf.pro
|
|
@@ -46,9 +46,9 @@ exists($(HOME)/opt/poppler020/) {
|
|
INCLUDEPATH += /c/poppler_lib/include/poppler/qt4
|
|
LIBS += -Wl,-rpath -Wl,/c/poppler_lib/bin -Wl,-L/c/poppler_lib/bin
|
|
} else {
|
|
- exists(/usr/include/poppler/qt4) {
|
|
- INCLUDEPATH += /usr/include/poppler/cpp
|
|
- INCLUDEPATH += /usr/include/poppler/qt4
|
|
+ exists($(LOCALBASE)/include/poppler/qt4) {
|
|
+ INCLUDEPATH += $(LOCALBASE)/include/poppler/cpp
|
|
+ INCLUDEPATH += $(LOCALBASE)/include/poppler/qt4
|
|
} else {
|
|
INCLUDEPATH += /usr/local/include/poppler/cpp
|
|
INCLUDEPATH += /usr/local/include/poppler/qt4
|