Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/lua/lib/liblua add to (rather than replace) CFLAGS
details: https://anonhg.NetBSD.org/src/rev/3d64839df68b
branches: trunk
changeset: 761044:3d64839df68b
user: plunky <plunky%NetBSD.org@localhost>
date: Wed Jan 19 10:14:49 2011 +0000
description:
add to (rather than replace) CFLAGS
diffstat:
external/mit/lua/lib/liblua/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 913500543db3 -r 3d64839df68b external/mit/lua/lib/liblua/Makefile
--- a/external/mit/lua/lib/liblua/Makefile Wed Jan 19 09:36:33 2011 +0000
+++ b/external/mit/lua/lib/liblua/Makefile Wed Jan 19 10:14:49 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2010/10/31 11:26:01 mbalmer Exp $
+# $NetBSD: Makefile,v 1.2 2011/01/19 10:14:49 plunky Exp $
LIB= lua
SRCS= lapi.c lauxlib.c lbaselib.c lcode.c ldblib.c ldebug.c ldo.c \
@@ -12,7 +12,7 @@
INCS= lauxlib.h lua.h luaconf.h lualib.h
INCSDIR= /usr/include
-CFLAGS= -DLUA_USE_POSIX -DLUA_USE_DLOPEN
+CFLAGS+= -DLUA_USE_POSIX -DLUA_USE_DLOPEN
.PATH: ${NETBSDSRCDIR}/external/mit/lua/dist/src
Home |
Main Index |
Thread Index |
Old Index