Date: Fri, 3 Jan 2020 20:00:10 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r521957 - branches/2020Q1/cad/sumo Message-ID: <202001032000.003K0Al3084121@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Fri Jan 3 20:00:10 2020 New Revision: 521957 URL: https://svnweb.freebsd.org/changeset/ports/521957 Log: MFH: r521956 cad/sumo: fix build on GCC architectures xerces needs C++11 compiler to link to. Approved by: portmgr (build fix blanket) Modified: branches/2020Q1/cad/sumo/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/cad/sumo/Makefile ============================================================================== --- branches/2020Q1/cad/sumo/Makefile Fri Jan 3 19:57:18 2020 (r521956) +++ branches/2020Q1/cad/sumo/Makefile Fri Jan 3 20:00:10 2020 (r521957) @@ -9,8 +9,6 @@ DISTFILES= ${PORTNAME}-src-${DISTVERSIONFULL}${EXTRACT MAINTAINER= enriquefynn@gmail.com COMMENT= Traffic simulation suite for road vehicles, public transportation, etc -BROKEN_powerpc64= fails to configure: xerces-lib not found in /usr/local/lib - LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libFOX-1.6.so:x11-toolkits/fox16 \ libfreetype.so:print/freetype2 \ @@ -20,7 +18,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libtiff.so:graphics/tiff \ libxerces-c.so:textproc/xerces-c3 -USES= cmake gl jpeg python shebangfix zip xorg +USES= compiler:c++11-lang cmake gl jpeg python shebangfix zip xorg SHEBANG_FILES= tools/*.py tools/*/*.py \ tools/*/*/*.py tools/*/*/*/*.py \ tools/*/*/*/*/*/*.py \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001032000.003K0Al3084121>