pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/gnome-speech Skip portability check in configure...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e891166cc809
branches:  trunk
changeset: 413393:e891166cc809
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Thu Mar 19 14:37:10 2020 +0000

description:
Skip portability check in configure.in as we patch configure.

diffstat:

 audio/gnome-speech/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r a46664171ec5 -r e891166cc809 audio/gnome-speech/Makefile.common
--- a/audio/gnome-speech/Makefile.common        Thu Mar 19 14:15:26 2020 +0000
+++ b/audio/gnome-speech/Makefile.common        Thu Mar 19 14:37:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2017/07/30 22:47:48 wiz Exp $
+# $NetBSD: Makefile.common,v 1.6 2020/03/19 14:37:10 prlw1 Exp $
 #
 # used by audio/gnome-speech/Makefile
 # used by audio/gnome-speech-espeak/Makefile
@@ -24,6 +24,9 @@
 
 PKGCONFIG_OVERRIDE+=   gnome-speech-1.0.pc.in
 
+# We patch configure
+CHECK_PORTABILITY_SKIP+=       configure.in
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/libbonobo/buildlink3.mk"



Home | Main Index | Thread Index | Old Index