diff options
author | antoine <antoine@FreeBSD.org> | 2015-02-14 17:00:55 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-02-14 17:00:55 +0800 |
commit | 2b3e0462b53bdb955dd19e465234ed97ae80904c (patch) | |
tree | 33b2b99aab1cdf5b511a4c097159aead005a253b /x11-wm | |
parent | 41a932e5df3ab3c474626ae8e7a7d9a80c668498 (diff) | |
download | freebsd-ports-gnome-2b3e0462b53bdb955dd19e465234ed97ae80904c.tar.gz freebsd-ports-gnome-2b3e0462b53bdb955dd19e465234ed97ae80904c.tar.zst freebsd-ports-gnome-2b3e0462b53bdb955dd19e465234ed97ae80904c.zip |
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
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ede/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |