svn commit: r513949 - head/cad/alliance

Piotr Kubaj pkubaj at FreeBSD.org
Mon Oct 7 14:10:05 UTC 2019


Author: pkubaj
Date: Mon Oct  7 14:10:04 2019
New Revision: 513949
URL: https://svnweb.freebsd.org/changeset/ports/513949

Log:
  cad/alliance: fix build on GCC architectures
  
  Use C++0x compiler:
  cc1plus: error: unrecognized command line option "-std=gnu++0x"
  
  Approved by:	mentors (implicit approval)

Modified:
  head/cad/alliance/Makefile

Modified: head/cad/alliance/Makefile
==============================================================================
--- head/cad/alliance/Makefile	Mon Oct  7 13:59:55 2019	(r513948)
+++ head/cad/alliance/Makefile	Mon Oct  7 14:10:04 2019	(r513949)
@@ -22,7 +22,8 @@ BROKEN_aarch64=		fails to link: collect2: error: ld re
 BUILD_DEPENDS=	convert:graphics/ImageMagick7 \
 		fig2dev:print/transfig
 
-USES=		autoreconf:build gmake libtool motif tar:bz2 xorg
+USES=		autoreconf:build compiler:c++0x gmake libtool motif \
+		tar:bz2 xorg
 USE_GCC=	any
 USE_TEX=	dvipsk:build latex:build
 USE_XORG=	ice sm x11 xext xt


More information about the svn-ports-head mailing list