Module Name:    src
Committed By:   plunky
Date:           Wed Jan 19 10:14:49 UTC 2011

Modified Files:
        src/external/mit/lua/lib/liblua: Makefile

Log Message:
add to (rather than replace) CFLAGS


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/mit/lua/lib/liblua/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/lua/lib/liblua/Makefile
diff -u src/external/mit/lua/lib/liblua/Makefile:1.1 src/external/mit/lua/lib/liblua/Makefile:1.2
--- src/external/mit/lua/lib/liblua/Makefile:1.1	Sun Oct 31 11:26:01 2010
+++ src/external/mit/lua/lib/liblua/Makefile	Wed Jan 19 10:14:49 2011
@@ -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
 

Reply via email to