diff options
author | zuntum <zuntum@pkgsrc.org> | 2002-09-06 09:18:41 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2002-09-06 09:18:41 +0000 |
commit | c9a3fb4040c6fdcd4e6a5fed2d3cc36dea73e6fc (patch) | |
tree | d2b943b90961dfa9724919dbb9583c209f956ec1 /emulators | |
parent | e5981c7c8d82fef457c1ce9955ec934741c1c980 (diff) | |
download | pkgsrc-c9a3fb4040c6fdcd4e6a5fed2d3cc36dea73e6fc.tar.gz |
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!
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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) |