aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-01-16 04:59:46 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-01-16 04:59:46 +0000
commitb4a6ee26e8d03b71c632d26b99a6ef8c694cd0f4 (patch)
tree695185d49d9bddbf11d09ec96c57b22b36e68f17
parented50c18489dadf7328caa0e75176ae6bed71408e (diff)
downloadports-b4a6ee26e8d03b71c632d26b99a6ef8c694cd0f4.tar.gz
ports-b4a6ee26e8d03b71c632d26b99a6ef8c694cd0f4.zip
The -qt5 slave port needs USES=compiler:c++11-lang to build on GCC-based
architectures. PR: 234926 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=490445
-rw-r--r--audio/liblastfm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/liblastfm/Makefile b/audio/liblastfm/Makefile
index e26fd8bc87b8..61f7fa2d0317 100644
--- a/audio/liblastfm/Makefile
+++ b/audio/liblastfm/Makefile
@@ -28,7 +28,7 @@ USE_QT= corelib dbus network sql xml \
moc_build qmake_build rcc_build
CMAKE_ON+= BUILD_WITH_QT4
.else
-USES+= qt:5
+USES+= compiler:c++11-lang qt:5
USE_QT= core dbus network sql xml \
buildtools_build qmake_build
CMAKE_OFF+= BUILD_WITH_QT4