pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/wxGTK28
Module Name: pkgsrc
Committed By: nia
Date: Tue Nov 9 10:12:43 UTC 2021
Modified Files:
pkgsrc/x11/wxGTK28: Makefile.common
Log Message:
wxGTK28: Disable precompiled headers to avoid mysterious compilation
problems
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/wxGTK28/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/wxGTK28/Makefile.common
diff -u pkgsrc/x11/wxGTK28/Makefile.common:1.21 pkgsrc/x11/wxGTK28/Makefile.common:1.22
--- pkgsrc/x11/wxGTK28/Makefile.common:1.21 Sat Aug 1 17:19:46 2020
+++ pkgsrc/x11/wxGTK28/Makefile.common Tue Nov 9 10:12:43 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2020/08/01 17:19:46 tnn Exp $
+# $NetBSD: Makefile.common,v 1.22 2021/11/09 10:12:43 nia Exp $
#
# used by x11/wxGTK28/Makefile
# used by x11/wxGTK28-contrib/Makefile
@@ -33,6 +33,7 @@ CONFIGURE_ARGS+= --with-zlib=sys
CONFIGURE_ARGS+= --with-regex=builtin
CONFIGURE_ARGS+= --enable-mediactrl
CONFIGURE_ARGS+= --enable-graphics_ctx
+CONFIGURE_ARGS+= --disable-precomp-headers
CONFIGURE_ARGS+= --bindir=${PREFIX}/libexec/wx-2.8
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/wx-2.8
Home |
Main Index |
Thread Index |
Old Index