commit:     d6bda075604e8667c875a52702ff5c3e7961d69b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  5 14:09:06 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr  5 14:25:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6bda075

dev-lang/uasm: workaround modern C issues for now

Yuck, but I'm importing this from ::guru and it feels wrong to do that and
then disable functionality in 7zip.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-lang/uasm/uasm-2.56.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-lang/uasm/uasm-2.56.2.ebuild b/dev-lang/uasm/uasm-2.56.2.ebuild
index 480f0d98ae38..8210588c135e 100644
--- a/dev-lang/uasm/uasm-2.56.2.ebuild
+++ b/dev-lang/uasm/uasm-2.56.2.ebuild
@@ -26,6 +26,8 @@ src_prepare() {
 src_compile() {
        # Bug: https://github.com/Terraspace/UASM/issues/143
        append-cflags -fcommon
+       # https://github.com/Terraspace/UASM/issues/197
+       append-cflags -Wno-error=incompatible-pointer-types
 
        emake -f gccLinux64.mak \
                CC="$(tc-getCC)" \

Reply via email to