[MacPorts] #66247: kdelibs4: build failure on macOS 13
MacPorts
noreply at macports.org
Mon Jan 2 23:16:10 UTC 2023
#66247: kdelibs4: build failure on macOS 13
---------------------------+-------------------------
Reporter: ShadSterling | Owner: NicosPavlov
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.8.0
Resolution: | Keywords: ventura
Port: kdelibs4 |
---------------------------+-------------------------
Comment (by kencu):
Yes, steering the build to use the correct jasper2 library fixed this,
like this:
{{{
% diff -u Portfile `port file kdelibs4`
--- Portfile 2022-12-29 23:19:54
+++
/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/kde/kdelibs4/Portfile
2023-01-02 15:08:38
@@ -87,7 +87,8 @@
-DKDE_DEFAULT_HOME=Library/Preferences/KDE \
-DWITH_HSPELL=OFF \
-DWITH_FAM=OFF \
- -DKDE4_AUTH_BACKEND_NAME="OSX"
+ -DKDE4_AUTH_BACKEND_NAME="OSX" \
+
-DJASPER_LIBRARY_RELEASE=${prefix}/libexec/jasper2/lib/libjasper.dylib
# Install the kdelibs headerfiles in their own directory to prevent
clashes with KF5 headers
configure.args-append -DINCLUDE_INSTALL_DIR=${kde4.include_dirs}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/66247#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list