From b33e52684e5649950ecf9a586d1943b9ca0d6e67 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 5 Nov 2018 19:39:13 +0000 Subject: [PATCH] Add USES=compiler:c++11-lang for QT5 option to fix build on GCC- based architectures. While here, add USES=gnome (setting USE_GNOME without USES=gnome is deprecated). PR: 232656 Submitted by: Piotr Kubaj Approved by: maintainer --- audio/suil/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/suil/Makefile b/audio/suil/Makefile index 67ff7cf59999..ebc6a470b9fe 100644 --- a/audio/suil/Makefile +++ b/audio/suil/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= lv2>=1.14.0:audio/lv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= pkgconfig python:build tar:bzip2 waf +USES= gnome pkgconfig python:build tar:bzip2 waf USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 gtk30 pango USE_LDCONFIG= yes @@ -32,6 +32,7 @@ QT5_CONFIGURE_OFF= --no-qt5 QT5_LIB_DEPENDS= libQt5Core.so:devel/qt5-core \ libQt5Gui.so:x11-toolkits/qt5-gui \ libQt5Widgets.so:x11-toolkits/qt5-widgets +QT5_USES= compiler:c++11-lang post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsuil-0.so.${PORTVERSION}