pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/webkit24-gtk3 webkit24-gtk3: Fix build with glib-2...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a1a34048ef1f
branches: trunk
changeset: 449624:a1a34048ef1f
user: cirnatdan <cirnatdan%pkgsrc.org@localhost>
date: Fri Apr 02 15:19:45 2021 +0000
description:
webkit24-gtk3: Fix build with glib-2.68.0
diffstat:
www/webkit24-gtk3/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 33f6d1eb7618 -r a1a34048ef1f www/webkit24-gtk3/Makefile
--- a/www/webkit24-gtk3/Makefile Fri Apr 02 14:58:22 2021 +0000
+++ b/www/webkit24-gtk3/Makefile Fri Apr 02 15:19:45 2021 +0000
@@ -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+= --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