mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build on GCC-based systems:
The compiler feature "cxx_decltype" is not known to CXX compiler Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
3f3fe103c1
commit
a39b48eebd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512611
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ LIB_DEPENDS= libjbig.so:graphics/jbigkit \
|
|||
libpng.so:graphics/png \
|
||||
libtiff.so:graphics/tiff
|
||||
|
||||
USES= cmake desktop-file-utils jpeg qt:5 shared-mime-info xorg
|
||||
USES= cmake compiler:c++11-lang desktop-file-utils jpeg qt:5 \
|
||||
shared-mime-info xorg
|
||||
USE_CXXSTD= gnu++98
|
||||
USE_GITHUB= yes
|
||||
USE_QT= core gui network opengl widgets xml buildtools_build \
|
||||
|
|
Loading…
Add table
Reference in a new issue