From 55a26b2a1b6baecba121633d9a864bc92d28b777 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sun, 12 Sep 2021 21:05:56 +0000 Subject: japanese/libtomoe-gtk: fix build on powerpc ld: error: ../src/.libs/libtomoe-gtk.so: undefined reference to sqrt [--no-allow-shlib-undefined] --- japanese/libtomoe-gtk/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/japanese/libtomoe-gtk/Makefile b/japanese/libtomoe-gtk/Makefile index 091773fd2422..39b19a0d3d96 100644 --- a/japanese/libtomoe-gtk/Makefile +++ b/japanese/libtomoe-gtk/Makefile @@ -18,6 +18,7 @@ USES= gmake gnome libtool pathfix pkgconfig USE_GNOME= gtk20 USE_LDCONFIG= yes +LDFLAGS_powerpc= -lm #OPTIONS= GUCHARMAP "Compile with gucharmap" on .include -- cgit v1.2.3