1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00

japanese/libtomoe-gtk: fix build on powerpc

ld: error: ../src/.libs/libtomoe-gtk.so: undefined reference to sqrt [--no-allow-shlib-undefined]
This commit is contained in:
Piotr Kubaj 2021-09-12 21:05:56 +00:00
parent 031ddba476
commit 55a26b2a1b

View File

@ -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>