diff options
author | linimon <linimon@FreeBSD.org> | 2018-10-30 20:26:42 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-10-30 20:26:42 +0800 |
commit | f170552f5ba87f2d62f0c393f7726fbc95ba02f6 (patch) | |
tree | 43df8d170ed08a41aa7e6b2a0d2d11546dfa2fb2 /x11 | |
parent | f6af3d28e098c81400167c4360504cb9e32e0b86 (diff) | |
download | freebsd-ports-gnome-f170552f5ba87f2d62f0c393f7726fbc95ba02f6.tar.gz freebsd-ports-gnome-f170552f5ba87f2d62f0c393f7726fbc95ba02f6.tar.zst freebsd-ports-gnome-f170552f5ba87f2d62f0c393f7726fbc95ba02f6.zip |
Fix build with GCC-based architectures.
PR: 232407 232414 232415 232420 232425 232449 232724 232753
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lumina-coreutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/lumina-coreutils/Makefile b/x11/lumina-coreutils/Makefile index 99919da7bcfc..7ca75be8674a 100644 --- a/x11/lumina-coreutils/Makefile +++ b/x11/lumina-coreutils/Makefile @@ -24,7 +24,7 @@ I18N_DESC= Install localization files MAKE_JOBS_UNSAFE=yes -USES= qmake qt:5 +USES= compiler:c++11-lang qmake qt:5 USE_LDCONFIG= yes USE_QT= core gui widgets network svg imageformats \ buildtools_build x11extras concurrent multimedia |