pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/gtk4
Module Name: pkgsrc
Committed By: nia
Date: Tue Mar 17 14:43:04 UTC 2026
Modified Files:
pkgsrc/x11/gtk4: Makefile
Log Message:
gtk4: Link against libsocket on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/x11/gtk4/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/gtk4/Makefile
diff -u pkgsrc/x11/gtk4/Makefile:1.71 pkgsrc/x11/gtk4/Makefile:1.72
--- pkgsrc/x11/gtk4/Makefile:1.71 Tue Feb 24 18:05:00 2026
+++ pkgsrc/x11/gtk4/Makefile Tue Mar 17 14:43:04 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2026/02/24 18:05:00 kikadf Exp $
+# $NetBSD: Makefile,v 1.72 2026/03/17 14:43:04 nia Exp $
DISTNAME= gtk-4.20.3
PKGNAME= ${DISTNAME:S/gtk/gtk4/}
@@ -34,6 +34,8 @@ MESON_ARGS+= -Dmedia-gstreamer=disabled
MESON_ARGS+= -Dvulkan=disabled
MESON_ARGS+= -Df16c=disabled
+LDFLAGS.SunOS+= -lsocket
+
PKGCONFIG_OVERRIDE+= output/meson-private/gtk4.pc
PKGCONFIG_OVERRIDE+= output/meson-private/gtk4-wayland.pc
PKGCONFIG_OVERRIDE+= output/meson-private/gtk4-x11.pc
Home |
Main Index |
Thread Index |
Old Index