Add UNLIMIT_RESOURCES=datasize to fix build under gcc3
This commit is contained in:
parent
002e1324e0
commit
c35a937003
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue