Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2020 04:27:03 +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: r528559 - head/cad/openctm
Message-ID:  <202003170427.02H4R3kw038875@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003170427.02H4R3kw038875>