SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
archivers/luazlib/patches/patch-test_lua
Normal file
21
archivers/luazlib/patches/patch-test_lua
Normal file
|
@ -0,0 +1,21 @@
|
|||
Index: test.lua
|
||||
--- test.lua.orig
|
||||
+++ test.lua
|
||||
@@ -1,8 +1,8 @@
|
||||
print "1..9"
|
||||
|
||||
local src_dir, build_dir = ...
|
||||
-package.path = src_dir .. "?.lua;" .. package.path
|
||||
-package.cpath = build_dir .. "?.so;" .. package.cpath
|
||||
+--package.path = src_dir .. "?.lua;" .. package.path
|
||||
+--package.cpath = build_dir .. "?.so;" .. package.cpath
|
||||
|
||||
local tap = require("tap")
|
||||
local lz = require("zlib")
|
||||
@@ -139,4 +139,4 @@ function test_version()
|
||||
ok(type(patch) == "number", "patch version is number (" .. patch .. ")")
|
||||
end
|
||||
|
||||
-main()
|
||||
\ No newline at end of file
|
||||
+main()
|
Loading…
Add table
Add a link
Reference in a new issue