Date: Wed, 13 Mar 2019 04:46:23 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495544 - head/graphics/gimp-lqr-plugin Message-ID: <201903130446.x2D4kNEY036323@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Mar 13 04:46:22 2019 New Revision: 495544 URL: https://svnweb.freebsd.org/changeset/ports/495544 Log: Fix build on gcc-based architectures: //usr/local/lib/libexiv2.so.26: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >@GLIBCXX_3.4.21' While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/graphics/gimp-lqr-plugin/Makefile Modified: head/graphics/gimp-lqr-plugin/Makefile ============================================================================== --- head/graphics/gimp-lqr-plugin/Makefile Wed Mar 13 04:44:28 2019 (r495543) +++ head/graphics/gimp-lqr-plugin/Makefile Wed Mar 13 04:46:22 2019 (r495544) @@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app \ liblqr-1.so:graphics/liblqr-1 -USES= tar:bzip2 gettext gmake localbase pkgconfig +USES= compiler:c++11-lang gettext gmake localbase pkgconfig \ + tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903130446.x2D4kNEY036323>