Date: Mon, 5 Nov 2018 19:39:13 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484208 - head/audio/suil Message-ID: <201811051939.wA5JdDhs081841@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Mon Nov 5 19:39:13 2018 New Revision: 484208 URL: https://svnweb.freebsd.org/changeset/ports/484208 Log: 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 Modified: head/audio/suil/Makefile Modified: head/audio/suil/Makefile ============================================================================== --- head/audio/suil/Makefile Mon Nov 5 18:49:23 2018 (r484207) +++ head/audio/suil/Makefile Mon Nov 5 19:39:13 2018 (r484208) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811051939.wA5JdDhs081841>