pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/webkit24-gtk3



Module Name:    pkgsrc
Committed By:   cirnatdan
Date:           Fri Apr  2 15:19:46 UTC 2021

Modified Files:
        pkgsrc/www/webkit24-gtk3: Makefile

Log Message:
webkit24-gtk3: Fix build with glib-2.68.0


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/webkit24-gtk3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/webkit24-gtk3/Makefile
diff -u pkgsrc/www/webkit24-gtk3/Makefile:1.36 pkgsrc/www/webkit24-gtk3/Makefile:1.37
--- pkgsrc/www/webkit24-gtk3/Makefile:1.36      Fri Nov  6 15:30:11 2020
+++ pkgsrc/www/webkit24-gtk3/Makefile   Fri Apr  2 15:19:45 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2020/11/06 15:30:11 nia Exp $
+# $NetBSD: Makefile,v 1.37 2021/04/02 15:19:45 cirnatdan Exp $
 
 PKGREVISION= 32
 .include "../../www/webkit24-gtk/Makefile.common"
@@ -11,6 +11,10 @@ CONFIGURE_ARGS+=     --with-gtk=3.0
 CONFIGURE_ARGS+=       --disable-gtk-doc-html
 CONFIGURE_ARGS+=       --disable-webkit2
 
+# 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
+
 # Automatically generate PLIST from www/webkit24-gtk/PLIST
 .PHONY: print-PLIST-from-gtk
 print-PLIST-from-gtk:



Home | Main Index | Thread Index | Old Index