diff options
author | wiz <wiz@pkgsrc.org> | 2004-01-17 15:21:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-01-17 15:21:22 +0000 |
commit | 4d80908b94d87cdc1a3b9eaf157faa0e84e66f29 (patch) | |
tree | 46aae1ea1437b05404169fa6041bb80a56f91994 /emulators/wine/Makefile | |
parent | efa9bc8b6eb6511d0bdf050ab37e1874b6efdd13 (diff) | |
download | pkgsrc-4d80908b94d87cdc1a3b9eaf157faa0e84e66f29.tar.gz |
Add MESSAGE describing that the data size limit
needs to be raised to run wine.
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 1acd7f3e9a4..7a51f32e42e 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2004/01/03 18:49:40 reed Exp $ +# $NetBSD: Makefile,v 1.61 2004/01/17 15:21:22 wiz Exp $ # DISTNAME= Wine-20031212 @@ -32,6 +32,7 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-curses #--disable-debug --disable-trace +CONFIGURE_ARGS+= --without-opengl CONFIGURE_ENV+= ac_cv_path_ARTSCCONFIG=${TRUE} CONFIGURE_ENV+= ac_cv_prog_sane_devel=no @@ -64,8 +65,8 @@ post-install: .include "../../graphics/MesaLib/buildlink2.mk" .include "../../graphics/freetype2/buildlink2.mk" -.include "../../graphics/glu/buildlink2.mk" -.include "../../graphics/glut/buildlink2.mk" +#.include "../../graphics/glu/buildlink2.mk" +#.include "../../graphics/glut/buildlink2.mk" .include "../../graphics/jpeg/buildlink2.mk" .include "../../graphics/libungif/buildlink2.mk" .include "../../textproc/icu/buildlink2.mk" |