FreeBSD Bugzilla – Attachment 247692 Details for
Bug 276362
print/pdfmixtool: Fix build after ImageMagick7 7.1.1 update.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build of PDF Mix Tool by using CFLAGS from pkgconf.
print-pdfmixtool-Fix-build-after-ImageMagick7-7.1.1-.patch (text/plain), 1.66 KB, created by
Florian Walpen
on 2024-01-16 01:57:34 UTC
(
hide
)
Description:
Fix build of PDF Mix Tool by using CFLAGS from pkgconf.
Filename:
MIME Type:
Creator:
Florian Walpen
Created:
2024-01-16 01:57:34 UTC
Size:
1.66 KB
patch
obsolete
>From e40544cc36977de021dc0f35851ea685b1319672 Mon Sep 17 00:00:00 2001 >From: Florian Walpen <dev@submerge.ch> >Date: Tue, 16 Jan 2024 01:42:07 +0100 >Subject: [PATCH] print/pdfmixtool: Fix build after ImageMagick7 7.1.1 update. > >Patch CMakeLists.txt to include additional CFLAGS given by pkgconf. >These became mandatory for ImageMagick7 7.1.1, fix build errors. >--- > print/pdfmixtool/Makefile | 2 +- > print/pdfmixtool/files/patch-CMakeLists.txt | 15 +++++++++++++++ > 2 files changed, 16 insertions(+), 1 deletion(-) > create mode 100644 print/pdfmixtool/files/patch-CMakeLists.txt > >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) >-- >2.43.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dev
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 276362
: 247692