libcanberra: fix quartz pkgconfig file

This commit is contained in:
Mohamed Akram
2026-05-28 23:55:13 +04:00
parent 173c595065
commit 74f3fd0649
+6 -1
View File
@@ -5,7 +5,7 @@ PortGroup active_variants 1.1
name libcanberra
version 0.30
revision 10
revision 11
categories audio devel
license LGPL-2.1+
@@ -79,6 +79,11 @@ variant gtk3 description {Enable GTK3 support} {
}
variant quartz conflicts x11 {
post-patch {
reinplace "s| *-lX11||g" \
${worksrcpath}/libcanberra-gtk.pc.in \
${worksrcpath}/libcanberra-gtk3.pc.in
}
}
variant x11 conflicts quartz {