From c9a3fb4040c6fdcd4e6a5fed2d3cc36dea73e6fc Mon Sep 17 00:00:00 2001 From: zuntum Date: Fri, 6 Sep 2002 09:18:41 +0000 Subject: Hide artsc-config and sane-config from the configure script as we don't use them in the wine package. Makes "wine" build again. Fix provided by Johnny Lam, thanks! --- emulators/wine/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'emulators/wine') diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index e7fd0b92b12..b73f5dfdbb8 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2002/08/07 13:41:56 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2002/09/06 09:18:41 zuntum Exp $ DISTNAME= Wine-20020804 PKGNAME= ${DISTNAME:S/W/w/} @@ -31,6 +31,9 @@ CONFIGURE_ENV+= ft_devel=${FREETYPE_CONFIG} CONFIGURE_ENV+= X_LIBS="${LDFLAGS}" LIBS+= ${LDFLAGS} +CONFIGURE_ENV+= ac_cv_path_ARTSCCONFIG=no +CONFIGURE_ENV+= ac_cv_prog_sane_devel=no + .include "../../mk/bsd.prefs.mk" .if defined(USE_CUPS) && (${USE_CUPS} == YES) -- cgit v1.2.3