mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
deskutils/cairo-dock: Fix build with newer versions of librsvg2-rust
Add -lm to LDFLAGS PR: 284977 Approved by: portmgr (blanket)
This commit is contained in:
parent
1f8a5aa41f
commit
d32c11d8fc
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ SHEBANG_FILES= data/scripts/cairo-dock-package-theme.sh \
|
||||||
data/scripts/help_scripts.sh \
|
data/scripts/help_scripts.sh \
|
||||||
data/scripts/initial-setup.sh
|
data/scripts/initial-setup.sh
|
||||||
|
|
||||||
|
LDFLAGS+= -lm
|
||||||
|
|
||||||
OPTIONS_DEFINE= WAYLAND X11
|
OPTIONS_DEFINE= WAYLAND X11
|
||||||
OPTIONS_DEFAULT= EGL WAYLAND X11
|
OPTIONS_DEFAULT= EGL WAYLAND X11
|
||||||
OPTIONS_RADIO= GL
|
OPTIONS_RADIO= GL
|
||||||
|
|
Loading…
Add table
Reference in a new issue