pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/scummvm This package requires "UNLIMIT_RESOURCES...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d4f9f41a5fc
branches:  trunk
changeset: 472683:8d4f9f41a5fc
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Apr 11 21:05:46 2004 +0000

description:
This package requires "UNLIMIT_RESOURCES=datasize" to build (at least
with gcc 2.95.3 under NetBSD-i386 1.6.2_STABLE) after the recent update
of the Mesa package.

diffstat:

 games/scummvm/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b56cfcf5f30d -r 8d4f9f41a5fc games/scummvm/Makefile
--- a/games/scummvm/Makefile    Sun Apr 11 20:56:16 2004 +0000
+++ b/games/scummvm/Makefile    Sun Apr 11 21:05:46 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/03/30 09:00:41 adam Exp $
+# $NetBSD: Makefile,v 1.22 2004/04/11 21:05:46 tron Exp $
 
 DISTNAME=      scummvm-0.6.0
 CATEGORIES=    games
@@ -16,6 +16,8 @@
 USE_X11=       yes
 HAS_CONFIGURE= yes
 
+UNLIMIT_RESOURCES=     datasize
+
 do-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/scummvm
        ${INSTALL_PROGRAM} ${WRKSRC}/scummvm ${PREFIX}/bin



Home | Main Index | Thread Index | Old Index