diff options
author | abs <abs> | 2004-02-11 01:45:01 +0000 |
---|---|---|
committer | abs <abs> | 2004-02-11 01:45:01 +0000 |
commit | 96e7f3a2f06408051bce5c1e9f0e6a8303b22ae6 (patch) | |
tree | dc4b3f9021847216c3410ffedfb9320d08372854 /emulators | |
parent | 391988461723eceaea3c995a6781cb0f3fa5053b (diff) | |
download | pkgsrc-96e7f3a2f06408051bce5c1e9f0e6a8303b22ae6.tar.gz |
'UNLIMIT_RESOURCES=datasize' for gcc3 on i386 1.6.2
Diffstat (limited to 'emulators')
-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 |