summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorzuntum <zuntum>2002-09-06 09:18:41 +0000
committerzuntum <zuntum>2002-09-06 09:18:41 +0000
commitb75a91a3e0c25cfe38992d378ff4cdc8c59b869f (patch)
treed2b943b90961dfa9724919dbb9583c209f956ec1 /emulators
parent9b639380f424de691ee83b1a5de2dc197ec8eab8 (diff)
downloadpkgsrc-b75a91a3e0c25cfe38992d378ff4cdc8c59b869f.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/Makefile5
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)