diff options
author | abs <abs@pkgsrc.org> | 2004-02-11 01:45:01 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-02-11 01:45:01 +0000 |
commit | 9c5d2aaa9eca3ef411c6f3d82abb17f8508c4955 (patch) | |
tree | dc4b3f9021847216c3410ffedfb9320d08372854 /emulators/wine | |
parent | 552fe768fed8f438d6fa5a00f7c0217e47c8d99b (diff) | |
download | pkgsrc-9c5d2aaa9eca3ef411c6f3d82abb17f8508c4955.tar.gz |
'UNLIMIT_RESOURCES=datasize' for gcc3 on i386 1.6.2
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 1e0dece41d5..a6ec4835204 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2004/01/22 15:46:43 adam Exp $ +# $NetBSD: Makefile,v 1.67 2004/02/11 01:45:01 abs Exp $ # DISTNAME= Wine-20040121 @@ -28,6 +28,7 @@ USE_BUILDLINK2= YES USE_X11= YES USE_GNU_TOOLS+= make USE_LIBTOOL= YES +UNLIMIT_RESOURCES= datasize GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-curses #--disable-debug --disable-trace |