1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-10 08:53:33 +02:00

Fix for nonexisting iconv lib in grafx2

This commit is contained in:
2017-12-11 11:34:22 -08:00
parent 570b6dfbbb
commit 192ed04a51
2 changed files with 2 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ RDEPEND="${DEPEND}"
src_compile() {
cd src
sed -i 's/-liconv//' Makefile
make || die
}