diff options
author | tron <tron@pkgsrc.org> | 2004-04-11 21:05:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-04-11 21:05:46 +0000 |
commit | 052ce4162d16298ce1b6af49fce3cc186eb9ce3f (patch) | |
tree | b48bfbd1a2c9645b04e2ec737c5c1523c0b649a8 /games | |
parent | 38131710a98d54aafd193f582d9fbfe48aa220be (diff) | |
download | pkgsrc-052ce4162d16298ce1b6af49fce3cc186eb9ce3f.tar.gz |
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 (limited to 'games')
-rw-r--r-- | games/scummvm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index 35832b1b049..7d0e9cd4dee 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -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_GNU_TOOLS+= make USE_X11= yes HAS_CONFIGURE= yes +UNLIMIT_RESOURCES= datasize + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/scummvm ${INSTALL_PROGRAM} ${WRKSRC}/scummvm ${PREFIX}/bin |