SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
23
textproc/wkhtmltopdf/patches/patch-src_image_image_pro
Normal file
23
textproc/wkhtmltopdf/patches/patch-src_image_image_pro
Normal file
|
@ -0,0 +1,23 @@
|
|||
Index: src/image/image.pro
|
||||
--- src/image/image.pro.orig
|
||||
+++ src/image/image.pro
|
||||
@@ -24,8 +24,8 @@ DEPENDPATH += . ../shared
|
||||
INCLUDEPATH += . ../shared
|
||||
|
||||
unix {
|
||||
- man.path=$$INSTALLBASE/share/man/man1
|
||||
- man.extra=LD_LIBRARY_PATH=../../bin/ ../../bin/wkhtmltoimage --manpage | gzip > $(INSTALL_ROOT)$$INSTALLBASE/share/man/man1/wkhtmltoimage.1.gz
|
||||
+ man.path=$$INSTALLBASE/man/man1
|
||||
+ man.extra=LD_LIBRARY_PATH=../../bin/ ../../bin/wkhtmltoimage --manpage > $(INSTALL_ROOT)$$INSTALLBASE/man/man1/wkhtmltoimage.1
|
||||
|
||||
QMAKE_EXTRA_TARGETS += man
|
||||
INSTALLS += man
|
||||
@@ -45,6 +45,8 @@ CONFIG(shared, shared|static) {
|
||||
} else {
|
||||
include(../lib/lib.pri)
|
||||
}
|
||||
+
|
||||
+QMAKE_LFLAGS = -L${WRKBUILD}/qt/lib
|
||||
|
||||
# Input
|
||||
SOURCES += wkhtmltoimage.cc imagearguments.cc imagecommandlineparser.cc imagedocparts.cc
|
Loading…
Add table
Add a link
Reference in a new issue