diff options
author | ILMostro <ilmostro7@gmail.com> | 2018-06-20 00:16:21 -0500 |
---|---|---|
committer | ILMostro <ilmostro7@gmail.com> | 2018-06-20 00:16:21 -0500 |
commit | 104007f90cc3ccf5e451d3a9fef7234ed5f8f25d (patch) | |
tree | 904eec732bf76ac40ce54350a52289b62282ce06 /dev-lua | |
parent | added patch for `dev-lua/ldoc` to find correct, current version of lua being ... (diff) | |
download | ag-ops-104007f90cc3ccf5e451d3a9fef7234ed5f8f25d.tar.gz ag-ops-104007f90cc3ccf5e451d3a9fef7234ed5f8f25d.tar.bz2 ag-ops-104007f90cc3ccf5e451d3a9fef7234ed5f8f25d.zip |
get correct lua version for luafilesystem
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/luafilesystem/luafilesystem-1.7.0.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-lua/luafilesystem/luafilesystem-1.7.0.ebuild b/dev-lua/luafilesystem/luafilesystem-1.7.0.ebuild index 2b0ac49..0038e6c 100644 --- a/dev-lua/luafilesystem/luafilesystem-1.7.0.ebuild +++ b/dev-lua/luafilesystem/luafilesystem-1.7.0.ebuild @@ -21,17 +21,15 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/pkgconfig" +PATCHES="${FILESDIR}/${P}.patch" + HTML_DOCS=( doc/us ) S="${WORKDIR}/${PN}-${MY_PV}" src_prepare() { default - - sed -i \ - -e "s|-O2|${CFLAGS}|" \ - -e "/^LIB_OPTION/s|= |= ${LDFLAGS} |" \ - config || die + eapply_user } src_compile() { |