svn commit: r528559 - head/cad/openctm

Mark Linimon linimon at FreeBSD.org
Tue Mar 17 04:27:04 UTC 2020


Author: linimon
Date: Tue Mar 17 04:27:03 2020
New Revision: 528559
URL: https://svnweb.freebsd.org/changeset/ports/528559

Log:
  Fix build on GCC-based systems by adding compiler:c++11-lang to USES:
  
    /usr/local/lib/libtinyxml.so: undefined reference to `__cxa_throw_bad_array_new_length at CXXABI_1.3.8'
  
  While here, sort USES.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/cad/openctm/Makefile

Modified: head/cad/openctm/Makefile
==============================================================================
--- head/cad/openctm/Makefile	Tue Mar 17 04:20:16 2020	(r528558)
+++ head/cad/openctm/Makefile	Tue Mar 17 04:27:03 2020	(r528559)
@@ -19,7 +19,8 @@ LIB_DEPENDS=	libtinyxml.so:textproc/tinyxml \
 BUILD_DEPENDS=	pnglite>0:graphics/pnglite \
 		tinyxml>0:textproc/tinyxml
 
-USES=		tar:bz2 dos2unix gmake jpeg gettext-runtime gl gnome pkgconfig
+USES=		compiler:c++11-lang dos2unix gettext-runtime gl gmake \
+		gnome jpeg pkgconfig tar:bz2
 USE_GL=		gl glu glew glut
 USE_GNOME=	gtk20 pango atk cairo gdkpixbuf2 glib20
 MAKEFILE=	Makefile.linux


More information about the svn-ports-all mailing list