pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/zoom unlimit datasize and require gcc3 on alpha....
details: https://anonhg.NetBSD.org/pkgsrc/rev/6f8857d9aaf6
branches: trunk
changeset: 463285:6f8857d9aaf6
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Tue Nov 04 23:35:47 2003 +0000
description:
unlimit datasize and require gcc3 on alpha. Gets past a compiler error
that prevented building this package.
diffstat:
games/zoom/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r f7fbe7de608f -r 6f8857d9aaf6 games/zoom/Makefile
--- a/games/zoom/Makefile Tue Nov 04 23:00:00 2003 +0000
+++ b/games/zoom/Makefile Tue Nov 04 23:35:47 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/08/16 14:28:34 dillo Exp $
+# $NetBSD: Makefile,v 1.2 2003/11/04 23:35:47 dmcmahill Exp $
#
DISTNAME= zoom-1.0.1
@@ -23,6 +23,11 @@
USE_GMAKE= yes
USE_PERL5= build
+.if ${MACHINE_ARCH} == "alpha"
+GCC_REQD= 3.0
+.endif
+UNLIMIT_RESOURCES+= datasize
+
DOCDIR= ${LOCALBASE}/share/doc/html/zoom
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
Home |
Main Index |
Thread Index |
Old Index