aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-09-12 21:05:56 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-09-12 21:05:56 +0000
commit55a26b2a1b6baecba121633d9a864bc92d28b777 (patch)
tree1deb6c5c9705a465c0b9304e18a3bc1376fcd165
parent031ddba476c1b13c1430eb5192822da37a390fc9 (diff)
downloadports-55a26b2a1b6baecba121633d9a864bc92d28b777.tar.gz
ports-55a26b2a1b6baecba121633d9a864bc92d28b777.zip
japanese/libtomoe-gtk: fix build on powerpc
ld: error: ../src/.libs/libtomoe-gtk.so: undefined reference to sqrt [--no-allow-shlib-undefined]
-rw-r--r--japanese/libtomoe-gtk/Makefile1
1 files changed, 1 insertions, 0 deletions
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 <bsd.port.options.mk>