Skip portability check in configure.in as we patch configure.
This commit is contained in:
parent
8657ecf2de
commit
8d823b17cf
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue