mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Add compiler:c++0x to USES to fix the following on GCC-based
architectures: cc1plus: error: unrecognized command line option "-std=c++0x"
This commit is contained in:
parent
12dea8fdf6
commit
e1ec0143d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497634
@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
LIB_DEPENDS= libpng.so:graphics/png \
|
||||
libtinyxml.so:textproc/tinyxml
|
||||
|
||||
USES= tar:bzip2
|
||||
USES= compiler:c++0x tar:bzip2
|
||||
USE_XORG= x11
|
||||
USE_GL= gl
|
||||
USE_SDL= image mixer sdl
|
||||
|
Loading…
Reference in New Issue
Block a user