commit: 5e002e635ba6c98221fa0bc9adc0d10e9b4a828a
Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Wed Dec 4 09:28:45 2024 +0000
Commit: Nicolas PARLANT <ppn <AT> parhuet <DOT> fr>
CommitDate: Wed Dec 4 13:45:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e002e63
dev-lua/compat53: remove unnecessary flags
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
dev-lua/compat53/compat53-0.14.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lua/compat53/compat53-0.14.3.ebuild
b/dev-lua/compat53/compat53-0.14.3.ebuild
index ab111d7a8..50aa6c206 100644
--- a/dev-lua/compat53/compat53-0.14.3.ebuild
+++ b/dev-lua/compat53/compat53-0.14.3.ebuild
@@ -39,8 +39,8 @@ lua_src_compile() {
local u=""
for u in *.c; do
edo $(tc-getCC) -shared -fPIC \
- ${CPPFLAGS} -DCOMPAT53_PREFIX="compat53" \
- ${CFLAGS} $(lua_get_CFLAGS) -Ic-api \
+ ${CPPFLAGS} \
+ ${CFLAGS} $(lua_get_CFLAGS) \
${SOFLAGS} \
${LDFLAGS} $(lua_get_LIBS) \
-o "${u/.c/.so}" ${u} c-api/compat-5.3.c