pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/wine Add UNLIMIT_RESOURCES=datasize to fix b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a235b221eac
branches:  trunk
changeset: 466540:7a235b221eac
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Jan 20 12:43:03 2004 +0000

description:
Add UNLIMIT_RESOURCES=datasize to fix build under gcc3

diffstat:

 emulators/wine/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3f789574f28c -r 7a235b221eac emulators/wine/Makefile
--- a/emulators/wine/Makefile   Tue Jan 20 12:37:08 2004 +0000
+++ b/emulators/wine/Makefile   Tue Jan 20 12:43:03 2004 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index