svn commit: r495542 - head/graphics/fyre

Mark Linimon linimon at FreeBSD.org
Wed Mar 13 04:42:51 UTC 2019


Author: linimon
Date: Wed Mar 13 04:42:50 2019
New Revision: 495542
URL: https://svnweb.freebsd.org/changeset/ports/495542

Log:
  Fix build on gcc-based architectures:
  
    /usr/local/lib/libIlmImf.so: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >@GLIBCXX_3.4.21'

Modified:
  head/graphics/fyre/Makefile

Modified: head/graphics/fyre/Makefile
==============================================================================
--- head/graphics/fyre/Makefile	Wed Mar 13 04:39:03 2019	(r495541)
+++ head/graphics/fyre/Makefile	Wed Mar 13 04:42:50 2019	(r495542)
@@ -13,7 +13,8 @@ COMMENT=	Chaos map rendering system with GTK+-2 interf
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
-USES=		desktop-file-utils gmake pkgconfig shared-mime-info tar:bzip2
+USES=		compiler:c++11-lang desktop-file-utils gmake pkgconfig \
+		shared-mime-info tar:bzip2
 USE_GNOME=	libglade2
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes


More information about the svn-ports-head mailing list