diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-02-27 01:47:32 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-02-27 01:47:32 +0000 |
| commit | 057085973c42c39828b32555c2ea9cdf750e1ac2 (patch) | |
| tree | 76bcb67313f1bf8c8e96f7cba4df0bc536c32f1a /dev-lua/luaexpat | |
| parent | 703ff2f8724a72450d185a36fb9dbc7de7589718 (diff) | |
| download | baldeagleos-repo-057085973c42c39828b32555c2ea9cdf750e1ac2.tar.gz baldeagleos-repo-057085973c42c39828b32555c2ea9cdf750e1ac2.tar.xz baldeagleos-repo-057085973c42c39828b32555c2ea9cdf750e1ac2.zip | |
Adding metadata
Diffstat (limited to 'dev-lua/luaexpat')
| -rw-r--r-- | dev-lua/luaexpat/luaexpat-1.3.0-r103.ebuild (renamed from dev-lua/luaexpat/luaexpat-1.3.0-r102.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/luaexpat/luaexpat-1.3.0-r102.ebuild b/dev-lua/luaexpat/luaexpat-1.3.0-r103.ebuild index 4ac2acc28db3..b73300da7b37 100644 --- a/dev-lua/luaexpat/luaexpat-1.3.0-r102.ebuild +++ b/dev-lua/luaexpat/luaexpat-1.3.0-r103.ebuild @@ -29,8 +29,8 @@ src_prepare() { default # Respect users CFLAGS - # Add '-DLUA_32BITS' for fixing compilation with lua5.3 - sed -e 's/-O2/-DLUA_32BITS/g' -i Makefile || die + # Remove '-ansi' to compile with newer lua versions + sed -e 's/-O2//g' -e 's/-ansi//g' -i Makefile || die lua_copy_sources } |
