92e2eadf80
For example, devel/imake doesn't need it.
10 lines
583 B
Makefile
10 lines
583 B
Makefile
# $NetBSD: hacks.mk,v 1.2 2020/04/26 10:22:59 rillig Exp $
|
|
|
|
# hack for wrong autoconf snippet that was propagated to too many xorg packages
|
|
|
|
SUBST_CLASSES+= xorg-autoconf-err
|
|
SUBST_SED.xorg-autoconf-err= -e 's/as_echo \(xorg_cv_cc_flag_-errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED\)/as_echo "\1"/'
|
|
SUBST_FILES.xorg-autoconf-err= configure
|
|
SUBST_STAGE.xorg-autoconf-err= pre-configure
|
|
SUBST_MESSAGE.xorg-autoconf-err= Fix error in configure script propagated from xorg autoconf macros.
|
|
SUBST_NOOP_OK.xorg-autoconf-err= yes # not needed by every package
|