mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
Fix build on systems without a proper C++11 toolchain.
PR: 226555 Reported by: jhibbits
This commit is contained in:
parent
b9f7905439
commit
5420430b58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464271
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ GNU_CONFIGURE= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USES= libtool pathfix
|
USES= libtool pathfix compiler:c++11-lang
|
||||||
|
|
||||||
SUB_FILES= cppunit-config
|
SUB_FILES= cppunit-config
|
||||||
SUB_LIST+= DISTVERSION=${DISTVERSION}
|
SUB_LIST+= DISTVERSION=${DISTVERSION}
|
||||||
|
|
Loading…
Add table
Reference in a new issue