svn commit: r488231 - head/audio/foo-yc20

Yuri Victorovich yuri at FreeBSD.org
Sun Dec 23 18:03:58 UTC 2018


Author: yuri
Date: Sun Dec 23 18:03:57 2018
New Revision: 488231
URL: https://svnweb.freebsd.org/changeset/ports/488231

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

Modified:
  head/audio/foo-yc20/Makefile

Modified: head/audio/foo-yc20/Makefile
==============================================================================
--- head/audio/foo-yc20/Makefile	Sun Dec 23 18:01:55 2018	(r488230)
+++ head/audio/foo-yc20/Makefile	Sun Dec 23 18:03:57 2018	(r488231)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libjack.so:audio/jack \
 		libfreetype.so:print/freetype2 \
 		libfontconfig.so:x11-fonts/fontconfig
 
-USES=		gmake localbase pkgconfig
+USES=		compiler:c++11-lang gmake gnome localbase pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	sampov2
 USE_GNOME=	gtk20 gdkpixbuf2 cairo


More information about the svn-ports-all mailing list