You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
5de4474f33
The epoch must be increased since the version scheme changed.
17 lines
405 B
Lua
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
|