svn commit: r498525 - head/audio/qmidictl

Yuri Victorovich yuri at FreeBSD.org
Wed Apr 10 04:11:40 UTC 2019


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 at 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


More information about the svn-ports-all mailing list