Date: Wed, 10 Apr 2019 04:11:39 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498525 - head/audio/qmidictl Message-ID: <201904100411.x3A4BdZC025380@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Apr 10 04:11:39 2019 New Revision: 498525 URL: https://svnweb.freebsd.org/changeset/ports/498525 Log: audio/qmidictl: fix build with GCC-based architectures PR: 237140 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/audio/qmidictl/Makefile Modified: head/audio/qmidictl/Makefile ============================================================================== --- head/audio/qmidictl/Makefile Wed Apr 10 01:20:13 2019 (r498524) +++ head/audio/qmidictl/Makefile Wed Apr 10 04:11:39 2019 (r498525) @@ -11,7 +11,7 @@ COMMENT= MIDI remote control application sending MIDI LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gl gmake localbase pkgconfig qt:5 +USES= compiler:c++11-lang gl gmake localbase pkgconfig qt:5 GNU_CONFIGURE= yes USE_QT= core gui widgets qmake_build buildtools_build USE_GL= gl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904100411.x3A4BdZC025380>