diff options
| author | Mark Pulford <mark@kyne.com.au> | 2011-10-07 22:51:31 +1030 |
|---|---|---|
| committer | Mark Pulford <mark@kyne.com.au> | 2011-10-07 22:51:31 +1030 |
| commit | 48c5cf183fa7cab608168fdec2406a1ca3cb2c11 (patch) | |
| tree | 76b385d490badeb00cf6ced3b59843ef94f20c34 /lua-cjson-1.0.3-1.rockspec | |
| parent | 0f3ab84a261292d16f684551e67f2f007199936a (diff) | |
| download | lua-cjson-48c5cf183fa7cab608168fdec2406a1ca3cb2c11.tar.gz lua-cjson-48c5cf183fa7cab608168fdec2406a1ca3cb2c11.tar.bz2 lua-cjson-48c5cf183fa7cab608168fdec2406a1ca3cb2c11.zip | |
Rename MISSING_ISINF to USE_INTERNAL_ISINF
Diffstat (limited to 'lua-cjson-1.0.3-1.rockspec')
| -rw-r--r-- | lua-cjson-1.0.3-1.rockspec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua-cjson-1.0.3-1.rockspec b/lua-cjson-1.0.3-1.rockspec index 1550ae9..3f8e981 100644 --- a/lua-cjson-1.0.3-1.rockspec +++ b/lua-cjson-1.0.3-1.rockspec | |||
| @@ -24,6 +24,9 @@ build = { | |||
| 24 | modules = { | 24 | modules = { |
| 25 | cjson = { | 25 | cjson = { |
| 26 | sources = { "lua_cjson.c", "strbuf.c" }, | 26 | sources = { "lua_cjson.c", "strbuf.c" }, |
| 27 | -- Optional workarounds: | ||
| 28 | -- USE_INTERNAL_ISINF: Provide internal isinf() implementation. Required | ||
| 29 | -- on some Solaris platforms. | ||
| 27 | defines = { "VERSION=\"1.0.3\"" } | 30 | defines = { "VERSION=\"1.0.3\"" } |
| 28 | } | 31 | } |
| 29 | }, | 32 | }, |
