pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/wxGTK30



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Nov  9 10:09:56 UTC 2021

Modified Files:
        pkgsrc/x11/wxGTK30: Makefile

Log Message:
wxGTK30: Disable use of precompiled headers to avoid mysterious
compilation problems.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/x11/wxGTK30/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/wxGTK30/Makefile
diff -u pkgsrc/x11/wxGTK30/Makefile:1.43 pkgsrc/x11/wxGTK30/Makefile:1.44
--- pkgsrc/x11/wxGTK30/Makefile:1.43    Mon May 24 19:56:05 2021
+++ pkgsrc/x11/wxGTK30/Makefile Tue Nov  9 10:09:56 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2021/05/24 19:56:05 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2021/11/09 10:09:56 nia Exp $
 
 DISTNAME=      wxWidgets-3.0.5.1
 PKGNAME=       ${DISTNAME:S/wxWidgets/wxGTK30/}
@@ -28,6 +28,7 @@ CONFIGURE_ARGS+=      --with-zlib=sys
 CONFIGURE_ARGS+=       --with-regex=builtin
 CONFIGURE_ARGS+=       --disable-webview
 CONFIGURE_ARGS+=       --enable-mediactrl
+CONFIGURE_ARGS+=       --disable-precomp-headers
 # wxregexu symbols are not exported properly as of 3.0.1
 # http://trac.wxwidgets.org/ticket/16571
 CONFIGURE_ARGS+=       --disable-visibility



Home | Main Index | Thread Index | Old Index