diff options
author | linimon <linimon@FreeBSD.org> | 2018-11-24 17:00:46 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-11-24 17:00:46 +0800 |
commit | d47a58619dd8bf1d9f68324d0597b94c34b26e76 (patch) | |
tree | 766bc439fc3043efd7291b65db0b3946e98061b1 /editors/tea | |
parent | 98b3f5b3dcbb66c0d0bdd31f7882babb7a20aae6 (diff) | |
download | freebsd-ports-gnome-d47a58619dd8bf1d9f68324d0597b94c34b26e76.tar.gz freebsd-ports-gnome-d47a58619dd8bf1d9f68324d0597b94c34b26e76.tar.zst freebsd-ports-gnome-d47a58619dd8bf1d9f68324d0597b94c34b26e76.zip |
Add compiler:c++11-lang to USES to fix build on gcc-based archs.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'editors/tea')
-rw-r--r-- | editors/tea/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile index 531169e47f7a..7aa23033fd28 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -11,9 +11,7 @@ COMMENT= Simple and powerful Qt-based text editor LICENSE= GPLv3 -BROKEN_powerpc64= fails to link: spellchecker.o:(.text+0xd2c): undefined reference to Hunspell::remove(std::string const&) - -USES= gl pkgconfig:build qmake +USES= compiler:c++11-lang gl pkgconfig:build qmake OPTIONS_SINGLE= TOOLKITS OPTIONS_SINGLE_TOOLKITS= QT4 QT5 |