pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/wxGTK31



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun  6 12:34:25 UTC 2023

Modified Files:
        pkgsrc/x11/wxGTK31: Makefile

Log Message:
wxGTK31: disable glcanvasegl

>From Paul Ripke on pkgsrc-users
https://mail-index.netbsd.org/pkgsrc-users/2023/06/06/msg037444.html

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/wxGTK31/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/wxGTK31/Makefile
diff -u pkgsrc/x11/wxGTK31/Makefile:1.14 pkgsrc/x11/wxGTK31/Makefile:1.15
--- pkgsrc/x11/wxGTK31/Makefile:1.14    Sun Jan 29 21:15:20 2023
+++ pkgsrc/x11/wxGTK31/Makefile Tue Jun  6 12:34:25 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2023/01/29 21:15:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2023/06/06 12:34:25 wiz Exp $
 
 DISTNAME=      wxWidgets-3.1.7
 PKGNAME=       ${DISTNAME:S/wxWidgets/wxGTK31/}
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=wxWidgets/}
 GITHUB_PROJECT=        wxWidgets
@@ -23,6 +23,10 @@ CONFIGURE_ARGS+=     --with-libpng=sys
 CONFIGURE_ARGS+=       --with-libjpeg=sys
 CONFIGURE_ARGS+=       --with-libtiff=sys
 CONFIGURE_ARGS+=       --with-opengl
+# until glew supports EGL, see
+# https://github.com/nigels-com/glew/issues/372
+# breaks dependencies like hugin or prusaslicer
+CONFIGURE_ARGS+=       --disable-glcanvasegl
 CONFIGURE_ARGS+=       --with-expat=sys
 CONFIGURE_ARGS+=       --with-zlib=sys
 CONFIGURE_ARGS+=       --with-regex=builtin



Home | Main Index | Thread Index | Old Index