Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Nov 2021 12:35:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 249328] editors/libreoffice: link failure on canvasdemo
Message-ID:  <bug-249328-25061-L0Hl0qwYSP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249328-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-249328-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249328

--- Comment #6 from Gleb Popov <arrowd@FreeBSD.org> ---
This needs patching:

./external/skia/Library_skia.mk:98

ifeq ($(OS),LINUX)
$(eval $(call gb_Library_add_libs,skia,\
    -lm \
    -ldl \
    -lX11-xcb \
    -lX11 \
))
endif


How does one express or in GNU Make?

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249328-25061-L0Hl0qwYSP>