Date: Sat, 1 Dec 2018 15:13:06 +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: r486372 - head/audio/drumstick Message-ID: <201812011513.wB1FD6FH098901@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812011513.wB1FD6FH098901>