pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/wxGTK28 wxGTK28: Disable precompiled headers to av...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd487a1c0c5d
branches:  trunk
changeset: 769167:cd487a1c0c5d
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Nov 09 10:12:43 2021 +0000

description:
wxGTK28: Disable precompiled headers to avoid mysterious compilation
problems

diffstat:

 x11/wxGTK28/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 35de6b5b68ed -r cd487a1c0c5d x11/wxGTK28/Makefile.common
--- a/x11/wxGTK28/Makefile.common       Tue Nov 09 10:12:36 2021 +0000
+++ b/x11/wxGTK28/Makefile.common       Tue Nov 09 10:12:43 2021 +0000
@@ -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-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