svn commit: r495413 - head/math/ump
Mark Linimon
linimon at FreeBSD.org
Tue Mar 12 03:35:01 UTC 2019
Author: linimon
Date: Tue Mar 12 03:35:00 2019
New Revision: 495413
URL: https://svnweb.freebsd.org/changeset/ports/495413
Log:
Fix build on gcc-based architectures:
/usr/local/lib/libgraphite2.so.3: undefined reference to `__cxa_throw_bad_array_new_length at CXXABI_1.3.8'
Modified:
head/math/ump/Makefile
Modified: head/math/ump/Makefile
==============================================================================
--- head/math/ump/Makefile Tue Mar 12 03:17:06 2019 (r495412)
+++ head/math/ump/Makefile Tue Mar 12 03:35:00 2019 (r495413)
@@ -13,7 +13,7 @@ COMMENT= Graphical, easy to use math program
LICENSE= GPLv2
-USES= gmake pkgconfig tar:bzip2
+USES= compiler:c++11-lang gmake pkgconfig tar:bzip2
USE_GNOME= gtk20
USE_GL= glu
More information about the svn-ports-head
mailing list