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

This commit is contained in:
prlw1 2020-03-19 14:37:10 +00:00
parent 8657ecf2de
commit 8d823b17cf

View file

@ -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 @@ CONFIGURE_ARGS+= JAVAC=no JAVA=no IDLJ=no JAB=no
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"