pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/lua Set 'MAKE_ENV+= NOGCCERROR=yes' to avoid a wa...
details: https://anonhg.NetBSD.org/pkgsrc/rev/99822f89ba3d
branches: trunk
changeset: 467170:99822f89ba3d
user: abs <abs%pkgsrc.org@localhost>
date: Mon Jan 26 13:55:14 2004 +0000
description:
Set 'MAKE_ENV+= NOGCCERROR=yes' to avoid a warning causing sparc64 build to
break. Reported to lua authors.
diffstat:
lang/lua/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 1d85ba552db8 -r 99822f89ba3d lang/lua/Makefile
--- a/lang/lua/Makefile Mon Jan 26 13:47:55 2004 +0000
+++ b/lang/lua/Makefile Mon Jan 26 13:55:14 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/01/25 10:48:21 cube Exp $
+# $NetBSD: Makefile,v 1.11 2004/01/26 13:55:14 abs Exp $
DISTNAME= lua-5.0.1
PKGREVISION= 1
@@ -20,7 +20,8 @@
HOMEPAGE= http://www.lua.org/
COMMENT= Powerful light-weight language for extending applications
-USE_BUILDLINK2= yes
+USE_BUILDLINK2= yes
+MAKE_ENV+= NOGCCERROR=yes
BUILD_DIRS= ${WRKSRC}/objdir
@@ -36,7 +37,7 @@
cd ${WRKSRC}; ${INSTALL_DATA} README COPYRIGHT \
HISTORY ${PREFIX}/share/doc/lua
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/lua
- cd ${WRKSRC}/doc; ${INSTALL_DATA} *.html *.gif \
+ cd ${WRKSRC}/doc; ${INSTALL_DATA} *.html *.gif \
${PREFIX}/share/doc/html/lua
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/lua
cd ${WRKSRC}/test && ${INSTALL_DATA} README *.lua \
Home |
Main Index |
Thread Index |
Old Index