pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/qt5-qtwebkit
Module Name: pkgsrc
Committed By: cirnatdan
Date: Fri Apr 2 14:56:05 UTC 2021
Modified Files:
pkgsrc/x11/qt5-qtwebkit: Makefile
Log Message:
qt5-qtwebkit: Fix build with glib-2.68.0
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/x11/qt5-qtwebkit/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/qt5-qtwebkit/Makefile
diff -u pkgsrc/x11/qt5-qtwebkit/Makefile:1.86 pkgsrc/x11/qt5-qtwebkit/Makefile:1.87
--- pkgsrc/x11/qt5-qtwebkit/Makefile:1.86 Tue Jan 5 15:08:43 2021
+++ pkgsrc/x11/qt5-qtwebkit/Makefile Fri Apr 2 14:56:05 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2021/01/05 15:08:43 gdt Exp $
+# $NetBSD: Makefile,v 1.87 2021/04/02 14:56:05 cirnatdan Exp $
QTWKVERSION= 5.212.0-alpha4
DISTNAME= qtwebkit-${QTWKVERSION}
@@ -49,6 +49,10 @@ pre-configure:
# wcstof(3) etc. is used in C++ code.
CFLAGS.NetBSD+= -D_NETBSD_SOURCE
+# temporary fix for GLib 2.68 breakage
+# https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1963
+CXXFLAGS+= -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66
+
## for GL_GLEXT_LEGACY with GL/gl.h error, GL_ARB_shader_objects is not defined.
#BUILDLINK_TRANSFORM+= rm:-Wundef
Home |
Main Index |
Thread Index |
Old Index