diff options
author | abs <abs@pkgsrc.org> | 2004-01-20 12:43:03 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-01-20 12:43:03 +0000 |
commit | c35a9370031498fcb8fbb8d3e4202bb812f28da9 (patch) | |
tree | e095308c740b716928ba5932506629b51a4a1361 /emulators | |
parent | 002e1324e0b2bbd96fa2bcc8ce03429e8a0df9ba (diff) | |
download | pkgsrc-c35a9370031498fcb8fbb8d3e4202bb812f28da9.tar.gz |
Add UNLIMIT_RESOURCES=datasize to fix build under gcc3
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 01a70ad8ed0..0a643403453 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2004/01/20 12:14:41 agc Exp $ +# $NetBSD: Makefile,v 1.64 2004/01/20 12:43:03 abs Exp $ # DISTNAME= Wine-20031212 @@ -35,6 +35,8 @@ 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 # The Wine configure script has problems locating the libraries in the |