pkgsrc-Users archive

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

Re: thunkderbird build failure on 8.1-STABLE



Here is my proposed change to fix the thunderbird/firefox68 build issue:

Opinions?


Index: mozilla-common.mk
===================================================================
RCS file: /cvsroot/pkgsrc/www/firefox68/mozilla-common.mk,v
retrieving revision 1.5
diff -u -p -r1.5 mozilla-common.mk
--- mozilla-common.mk	8 Dec 2019 20:09:41 -0000	1.5
+++ mozilla-common.mk	21 Dec 2019 03:07:52 -0000
@@ -165,7 +165,12 @@ PLIST.tremor=	yes
 PLIST.vorbis=	yes
 .endif
 
-.include "../../mk/pkg-build-options.mk"
+# pkg-build-options may only be used in bl3
+# \todo Check for gtk3/wayland differently, perhaps by pushing the
+# check to gtk3's bl3 and setting GTK3_WAYLAND there, and checking
+# that here.
+#pkgbase=	gtk3
+#.include "../../mk/pkg-build-options.mk"
 
 PLIST_VARS+=	wayland
 .if !empty(PKG_BUILD_OPTIONS.gtk3:Mwayland)





Home | Main Index | Thread Index | Old Index