MFH: r521956
cad/sumo: fix build on GCC architectures xerces needs C++11 compiler to link to. Approved by: portmgr (build fix blanket)
This commit is contained in:
parent
b637b997f6
commit
63423f4472
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q1/; revision=521957
@ -9,8 +9,6 @@ DISTFILES= ${PORTNAME}-src-${DISTVERSIONFULL}${EXTRACT_SUFX}
|
||||
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user