diff options
author | abs <abs> | 2004-02-23 23:54:39 +0000 |
---|---|---|
committer | abs <abs> | 2004-02-23 23:54:39 +0000 |
commit | 8e6095331e84ac8889d2f1cf6b152c88f9eb1fe9 (patch) | |
tree | 1c5472bd8fe6a1e73763e6093a01702cd8a5c3d7 /emulators | |
parent | 0b2c4fd69cbd95b0380db70da7e87410e649bbf5 (diff) | |
download | pkgsrc-8e6095331e84ac8889d2f1cf6b152c88f9eb1fe9.tar.gz |
UNLIMIT_RESOURCES=datasize for gcc3.3 -arch=pentium2 on NetBSD 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 e3e87171525..a812aa3f88b 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2004/02/16 14:06:58 adam Exp $ +# $NetBSD: Makefile,v 1.69 2004/02/23 23:54:39 abs Exp $ # DISTNAME= Wine-20040213 @@ -32,6 +32,7 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-curses #--disable-debug --disable-trace CONFIGURE_ENV+= ac_cv_path_ARTSCCONFIG=${TRUE} CONFIGURE_ENV+= ac_cv_prog_sane_devel=no +UNLIMIT_RESOURCES= datasize REPLACE_PERL= tools/winemaker tools/winedump/function_grep.pl |