K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2019-04-30T19:13:59.523257Z K 7 svn:log V 676 graphics/delaboratory: fix build with GCC-based architectures Respect LDFLAGS to fix build on GCC architectures: //usr/local/lib/libwebkitgtk-1.0.so.0: undefined reference to `vtable for std::__cxx11::basic_ostringstream, std::allocator >@GLIBCXX_3.4.21' //usr/local/lib/libwebkitgtk-1.0.so.0: undefined reference to `std::condition_variable::notify_one()@GLIBCXX_3.4.11' //usr/local/lib/libwebkitgtk-1.0.so.0: undefined reference to `std::__once_call@GLIBCXX_3.4.11' While here, add USES=gnome. PR: 237145 Approved by: portmaster@bsdforge.com (maintainer timeout), mat (mentor) Differential Revision: https://reviews.freebsd.org/D20105 END