openbsd-ports/graphics/luagd/patches/patch-luagd_c
2006-07-30 04:46:42 +00:00

13 lines
364 B
Plaintext

$OpenBSD: patch-luagd_c,v 1.2 2006/07/30 04:46:42 pedro Exp $
--- luagd.c.orig Wed May 3 22:03:48 2006
+++ luagd.c Fri May 19 15:47:39 2006
@@ -2294,7 +2294,7 @@ static const luaL_reg LgdMetatable[] =
};
-int luaopen_gd(lua_State *L) {
+int luaopen_gd_core(lua_State *L) {
luaL_register(L, LIB_NAME, LgdFunctions);
lua_pushliteral(L, "VERSION");