Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc games/asc: remove unknown configure option --with-wx-v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fdf2b10db0d
branches:  trunk
changeset: 432361:6fdf2b10db0d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu May 21 14:00:51 2020 +0000

description:
games/asc: remove unknown configure option --with-wx-version

This is needed to build the package with GNU_CONFIGURE_STRICT=yes.

diffstat:

 games/asc/Makefile        |  4 +++-
 x11/wxGTK30/buildlink3.mk |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r ba65728cfc2b -r 6fdf2b10db0d games/asc/Makefile
--- a/games/asc/Makefile        Thu May 21 13:52:02 2020 +0000
+++ b/games/asc/Makefile        Thu May 21 14:00:51 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2020/05/06 14:04:31 adam Exp $
+# $NetBSD: Makefile,v 1.71 2020/05/21 14:00:51 rillig Exp $
 
 DISTNAME=      asc-2.6.1.0
 PKGREVISION=   5
@@ -49,6 +49,8 @@
 CONFIGURE_ARGS+=       --disable-vorbistest
 CONFIGURE_ARGS+=       --disable-ft2test
 
+GNU_CONFIGURE_WX_VERSION= no
+
 INSTALLATION_DIRS+=    share/applications
 INSTALLATION_DIRS+=    share/pixmaps
 
diff -r ba65728cfc2b -r 6fdf2b10db0d x11/wxGTK30/buildlink3.mk
--- a/x11/wxGTK30/buildlink3.mk Thu May 21 13:52:02 2020 +0000
+++ b/x11/wxGTK30/buildlink3.mk Thu May 21 14:00:51 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.21 2020/03/10 22:09:17 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.22 2020/05/21 14:00:51 rillig Exp $
 
 BUILDLINK_TREE+=       wxGTK30
 
@@ -11,7 +11,9 @@
 
 BUILDLINK_INCDIRS.wxGTK30+=    include/wx-3.0
 PREPEND_PATH+=                 ${PREFIX}/libexec/wx-3.0
+.if ${GNU_CONFIGURE_WX_VERSION:Uyes:tl} == yes
 CONFIGURE_ARGS+=               --with-wx-version=3.0
+.endif
 CONFIGURE_ARGS+=               --with-wx-config=${PREFIX}/libexec/wx-3.0/wx-config
 
 pkgbase := wxGTK30



Home | Main Index | Thread Index | Old Index