diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/pdfmixtool/Makefile | 2 | ||||
-rw-r--r-- | print/pdfmixtool/files/patch-CMakeLists.txt | 15 |
2 files changed, 16 insertions, 1 deletions
diff --git a/print/pdfmixtool/Makefile b/print/pdfmixtool/Makefile index f5e3b38488e9..7b78798aec08 100644 --- a/print/pdfmixtool/Makefile +++ b/print/pdfmixtool/Makefile @@ -1,6 +1,6 @@ PORTNAME= pdfmixtool DISTVERSION= 1.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print graphics editors PKGNAMESUFFIX= -${FLAVOR} diff --git a/print/pdfmixtool/files/patch-CMakeLists.txt b/print/pdfmixtool/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..9229066a2c84 --- /dev/null +++ b/print/pdfmixtool/files/patch-CMakeLists.txt @@ -0,0 +1,15 @@ +--- CMakeLists.txt.orig 2024-01-16 00:28:44 UTC ++++ CMakeLists.txt +@@ -142,6 +142,12 @@ target_link_libraries ( + ${QT_LIBRARIES} + ) + ++target_compile_options( ++ pdfmixtool ++ PUBLIC ++ ${MAGICK_CFLAGS_OTHER} ++) ++ + INSTALL(TARGETS pdfmixtool RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) + INSTALL(FILES resources/eu.scarpetta.PDFMixTool.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications) + INSTALL(FILES resources/eu.scarpetta.PDFMixTool.appdata.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/metainfo) |