https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277021

v...@f-m.fm changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |v...@f-m.fm

--- Comment #103 from v...@f-m.fm ---
(In reply to jakub_lach from comment #41)

I was seeing the same problem with www/librewolf on -current arm64.aarch64 so
put this in
the make.conf for poudriere:

if ${.CURDIR:M*/www/firefox}
LDFLAGS+=       -lm
endif
#
if ${.CURDIR:M*/www/librewolf}
LDFLAGS+=       -lm
endif

and rebuilt, reinstalled, and the problem

"XPCOMGlueLoad error for file /usr/local/lib/librewolf/libgkcodecs.so:
/usr/local/lib/librewolf/libgkcodecs.so: Undefined symbol "sin"
Couldn't load XPCOM."

has gone

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to