diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-09-12 21:05:56 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-09-12 21:05:56 +0000 |
commit | 55a26b2a1b6baecba121633d9a864bc92d28b777 (patch) | |
tree | 1deb6c5c9705a465c0b9304e18a3bc1376fcd165 /japanese | |
parent | 031ddba476c1b13c1430eb5192822da37a390fc9 (diff) |
japanese/libtomoe-gtk: fix build on powerpc
ld: error: ../src/.libs/libtomoe-gtk.so: undefined reference to sqrt [--no-allow-shlib-undefined]
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/libtomoe-gtk/Makefile | 1 |
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> |