mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Mark BROKEN: Fails to link, tries to use internal fltk symbols
src/WindowUtils.cpp:(.text+0x484): undefined reference to `fl_disable_transient_for' src/WindowUtils.cpp:(.text+0x5ae): undefined reference to `fl_show_iconic' src/WindowUtils.cpp:(.text+0x5d6): undefined reference to `fl_show_iconic' c++: error: linker command failed with exit code 1 (use -v to see invocation) Reported by: pkg-fallout
This commit is contained in:
parent
d14e671335
commit
6dc43f5e1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378953
@ -16,6 +16,8 @@ COMMENT= Equinox Desktop Environment
|
||||
LICENSE= GPLv2 LGPL20
|
||||
LICENSE_COMB= multi
|
||||
|
||||
BROKEN= Fails to link, tries to use internal fltk symbols
|
||||
|
||||
BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen \
|
||||
jam:${PORTSDIR}/devel/jam
|
||||
LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \
|
||||
|
Loading…
Reference in New Issue
Block a user