diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lua.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/lua.rb b/Library/Formula/lua.rb index 7fa5c6aa2..50ed68be2 100644 --- a/Library/Formula/lua.rb +++ b/Library/Formula/lua.rb @@ -1,9 +1,9 @@ require 'formula' class Lua <Formula - @url='http://www.lua.org/ftp/lua-5.1.4.tar.gz' - @homepage='http://www.lua.org/' - @md5='d0870f2de55d59c1c8419f36e8fac150' + url 'http://www.lua.org/ftp/lua-5.1.4.tar.gz' + homepage 'http://www.lua.org/' + md5 'd0870f2de55d59c1c8419f36e8fac150' def patches DATA @@ -18,7 +18,7 @@ class Lua <Formula inreplace 'etc/lua.pc', 'man/man1', 'share/man/man1' inreplace 'src/luaconf.h', '/usr/local', HOMEBREW_PREFIX - ENV["CFLAGS"] += " -DLUA_USE_LINUX" + ENV.append "CFLAGS", "-DLUA_USE_LINUX" system "make macosx" system "make install" |
