Files
guru/media-libs/libbpg/files/libbpg-0.9.8-add-chost.patch
Michele Santullo 0b9dc090db media-libs/libbpg: new package
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Michele Santullo <m.santullo@posteo.net>
2021-03-15 19:40:06 +01:00

14 lines
252 B
Diff

diff --git a/Makefile b/Makefile
index 8364e93..d3fc48f 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ CROSS_PREFIX:=x86_64-w64-mingw32-
#CROSS_PREFIX=i686-w64-mingw32-
EXE:=.exe
else
-CROSS_PREFIX:=
+CROSS_PREFIX:=${CHOST}-
EXE:=
endif