pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Sep 20 06:44:49 UTC 2022

Modified Files:
        pkgsrc/x11/wxGTK31: Makefile
        pkgsrc/x11/wxGTK32: Makefile

Log Message:
wxGTK*: Don't attempt to use inotify on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/wxGTK31/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/wxGTK32/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.11 pkgsrc/x11/wxGTK31/Makefile:1.12
--- pkgsrc/x11/wxGTK31/Makefile:1.11    Thu Aug 11 05:09:34 2022
+++ pkgsrc/x11/wxGTK31/Makefile Tue Sep 20 06:44:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2022/08/11 05:09:34 gutteridge Exp $
+# $NetBSD: Makefile,v 1.12 2022/09/20 06:44:49 nia Exp $
 
 DISTNAME=      wxWidgets-3.1.7
 PKGNAME=       ${DISTNAME:S/wxWidgets/wxGTK31/}
@@ -33,6 +33,8 @@ CONFIGURE_ARGS+=      --disable-visibility
 CONFIGURE_ARGS+=       --bindir=${PREFIX}/libexec/wx-3.1
 CONFIGURE_ARGS+=       --datarootdir=${PREFIX}/share/wx-3.1
 
+CONFIGURE_ENV.SunOS+=  wx_cv_inotify_usable=no
+
 DOCDIR=                        share/wx-3.1/doc/wxWidgets
 
 INSTALL_MAKE_FLAGS+=   LN_S="ln -fs"

Index: pkgsrc/x11/wxGTK32/Makefile
diff -u pkgsrc/x11/wxGTK32/Makefile:1.15 pkgsrc/x11/wxGTK32/Makefile:1.16
--- pkgsrc/x11/wxGTK32/Makefile:1.15    Sun Sep 11 12:52:12 2022
+++ pkgsrc/x11/wxGTK32/Makefile Tue Sep 20 06:44:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/09/11 12:52:12 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2022/09/20 06:44:49 nia Exp $
 
 DISTNAME=      wxWidgets-3.2.0
 PKGNAME=       ${DISTNAME:S/wxWidgets/wxGTK32/}
@@ -92,6 +92,8 @@ CONFIGURE_ARGS.Darwin+=       --without-macosx
 CONFIGURE_ARGS.Darwin+=        --disable-precomp-headers
 CONFIGURE_ARGS.SunOS+= --disable-xlocale
 
+CONFIGURE_ENV.SunOS+=  wx_cv_inotify_usable=no
+
 SUBST_CLASSES+=                        fix-paths
 SUBST_STAGE.fix-paths=         pre-configure
 SUBST_MESSAGE.fix-paths=       Fixing absolute paths.



Home | Main Index | Thread Index | Old Index