Date: Sun, 23 Dec 2018 18:03:57 +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: r488231 - head/audio/foo-yc20 Message-ID: <201812231803.wBNI3vba064559@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812231803.wBNI3vba064559>