pkgsrc-wip/luaposix/patches/patch-aa
Simon Schubert 71a15d2f82 Make luaposix work with lua 5.1.
Fix linking and adjust to new lua module system.
2007-06-30 21:56:05 +00:00

12 lines
341 B
Text

$NetBSD: patch-aa,v 1.2 2007/06/30 21:56:05 corecode Exp $
--- Makefile.orig 2007-06-30 23:41:05.000000000 +0200
+++ Makefile
@@ -7,7 +7,7 @@ LUALIB= $(LUA)/lib
LUABIN= $(LUA)/bin
# no need to change anything below here
-CFLAGS= -fPIC $(INCS) $(WARN) -O2 $G
+CFLAGS+= -fPIC $(INCS) $(WARN) $G
WARN= -pedantic -Wall
INCS= -I$(LUAINC)