View | Details | Raw Unified | Return to bug 276362
Collapse All | Expand All

(-)b/print/pdfmixtool/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	pdfmixtool
1
PORTNAME=	pdfmixtool
2
DISTVERSION=	1.1.1
2
DISTVERSION=	1.1.1
3
PORTREVISION=	2
3
PORTREVISION=	3
4
CATEGORIES=	print graphics editors
4
CATEGORIES=	print graphics editors
5
PKGNAMESUFFIX=	-${FLAVOR}
5
PKGNAMESUFFIX=	-${FLAVOR}
6
6
(-)b/print/pdfmixtool/files/patch-CMakeLists.txt (-1 / +15 lines)
Added Link Here
0
- 
1
--- CMakeLists.txt.orig	2024-01-16 00:28:44 UTC
2
+++ CMakeLists.txt
3
@@ -142,6 +142,12 @@ target_link_libraries (
4
     ${QT_LIBRARIES}
5
 )
6
 
7
+target_compile_options(
8
+    pdfmixtool
9
+    PUBLIC
10
+    ${MAGICK_CFLAGS_OTHER}
11
+)
12
+
13
 INSTALL(TARGETS pdfmixtool RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
14
 INSTALL(FILES resources/eu.scarpetta.PDFMixTool.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications)
15
 INSTALL(FILES resources/eu.scarpetta.PDFMixTool.appdata.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/metainfo)

Return to bug 276362