From 6dc43f5e1a56f0238012428f46923fe04aa2115b Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 14 Feb 2015 09:00:55 +0000 Subject: [PATCH] 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 --- x11-wm/ede/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-wm/ede/Makefile b/x11-wm/ede/Makefile index a243a87e3aa1..9e67cac5cf56 100644 --- a/x11-wm/ede/Makefile +++ b/x11-wm/ede/Makefile @@ -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 \