diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-09-20 17:58:08 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-09-20 17:58:08 +0800 |
commit | c6ca818e2be6ce1fcedf71e6675e36c4015c4d57 (patch) | |
tree | 726336ad9fa6e56cf2641426d61876c9d0833c09 /www | |
parent | da575e130e1071584c6f71cdfd62145cd24af51c (diff) | |
download | freebsd-ports-gnome-c6ca818e2be6ce1fcedf71e6675e36c4015c4d57.tar.gz freebsd-ports-gnome-c6ca818e2be6ce1fcedf71e6675e36c4015c4d57.tar.zst freebsd-ports-gnome-c6ca818e2be6ce1fcedf71e6675e36c4015c4d57.zip |
www/wt3: unbreak on powerpc64
Builds fine.
Approved by: mentors (implicit approval)
Diffstat (limited to 'www')
-rw-r--r-- | www/wt3/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/wt3/Makefile b/www/wt3/Makefile index 2cd2f8dabffc..1b1d19fbe544 100644 --- a/www/wt3/Makefile +++ b/www/wt3/Makefile @@ -11,8 +11,6 @@ COMMENT= Widget-centric C++ library for developing web applications LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= fails to link: libwthttp.so. undefined reference to boost::program_options::abstract_variables_map::operator - LIB_DEPENDS= libpng.so:graphics/png \ libboost_system.so:devel/boost-libs \ libGraphicsMagick.so:graphics/GraphicsMagick |