pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/wxGTK30 wxGTK30: Disable use of precompiled header...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8c64dd42681d
branches: trunk
changeset: 769165:8c64dd42681d
user: nia <nia%pkgsrc.org@localhost>
date: Tue Nov 09 10:09:56 2021 +0000
description:
wxGTK30: Disable use of precompiled headers to avoid mysterious
compilation problems.
diffstat:
x11/wxGTK30/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 456197c15560 -r 8c64dd42681d x11/wxGTK30/Makefile
--- a/x11/wxGTK30/Makefile Tue Nov 09 09:59:27 2021 +0000
+++ b/x11/wxGTK30/Makefile Tue Nov 09 10:09:56 2021 +0000
@@ -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-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