diff options
author | linimon <linimon@FreeBSD.org> | 2019-03-29 23:25:31 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2019-03-29 23:25:31 +0800 |
commit | b1aa906f8434c6d346246e3c980153dea8507539 (patch) | |
tree | 77fc940ce5b0e51f2c3eabcfc67e60dc0004078f /editors | |
parent | cd93657c9893ddfe9f672adff7df10942e0d1175 (diff) | |
download | freebsd-ports-gnome-b1aa906f8434c6d346246e3c980153dea8507539.tar.gz freebsd-ports-gnome-b1aa906f8434c6d346246e3c980153dea8507539.tar.zst freebsd-ports-gnome-b1aa906f8434c6d346246e3c980153dea8507539.zip |
Add USES=compiler:c++11-lang to fix build on GCC-based architectures.
PR: 236749
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/texmaker/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index d7f78408e524..8f9cd2b3d6e5 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -17,7 +17,8 @@ LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell \ libpoppler.so:graphics/poppler \ libpoppler-qt5.so:graphics/poppler-qt5 -USES= desktop-file-utils ghostscript:x11,run pkgconfig qmake qt:5 tar:bzip2 +USES= compiler:c++11-lang desktop-file-utils ghostscript:x11,run \ + pkgconfig qmake qt:5 tar:bzip2 USE_QT= concurrent network printsupport script webkit widgets \ xml buildtools_build USE_TEX= latex dvipsk |