svn commit: r486372 - head/audio/drumstick

Yuri Victorovich yuri at FreeBSD.org
Sat Dec 1 15:13:07 UTC 2018


Author: yuri
Date: Sat Dec  1 15:13:06 2018
New Revision: 486372
URL: https://svnweb.freebsd.org/changeset/ports/486372

Log:
  audio/drumstick: fix build with GCC-based architectures
  
  PR:		233685
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/audio/drumstick/Makefile

Modified: head/audio/drumstick/Makefile
==============================================================================
--- head/audio/drumstick/Makefile	Sat Dec  1 13:28:53 2018	(r486371)
+++ head/audio/drumstick/Makefile	Sat Dec  1 15:13:06 2018	(r486372)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libfluidsynth.so:audio/fluidsynth
 RUN_DEPENDS=	${LOCALBASE}/share/sounds/sf2/FluidR3_GM.sf2:audio/fluid-soundfont
 
-USES=		cmake:outsource pkgconfig qt:5 shared-mime-info tar:bz2
+USES=		compiler:c++11-lang cmake:outsource pkgconfig qt:5 shared-mime-info tar:bz2
 USE_QT=		core gui network svg testlib widgets buildtools_build qmake_build
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list