Files
macports-ports/lua/lua-lua-gd/files/patch-lua-gd.rockspec
Marcus Calhoun-Lopez 5de4474f33 lua-lua-gd: use luarocks_org PG
The epoch must be increased since the version scheme changed.
2023-03-18 13:24:40 -07:00

17 lines
405 B
Lua

--- lua-gd-1.0-6.rockspec.orig 1979-12-31 00:00:00
+++ lua-gd-1.0-6.rockspec 2023-03-18 09:24:12
@@ -12,4 +12,12 @@
dependencies = {}
build = {
type = "make",
+ build_variables = {
+ LUA_INCDIR = '$(LUA_INCDIR)',
+ LUA_LIBDIR = '$(LUA_LIBDIR)',
+ LIBFLAG = '$(LIBFLAG)',
+ },
+ install_variables = {
+ LIBDIR = '$(LIBDIR)'
+ }
}
\ No newline at end of file