Date: Wed, 31 Oct 2018 23:13:08 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483625 - head/audio/libmusicbrainz5 Message-ID: <201810312313.w9VND8Lx014644@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Wed Oct 31 23:13:08 2018 New Revision: 483625 URL: https://svnweb.freebsd.org/changeset/ports/483625 Log: audio/libmusicbrainz5: Fix build on powerpc64 PR: 232582 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Sponsored by: IntegriCloud Modified: head/audio/libmusicbrainz5/Makefile Modified: head/audio/libmusicbrainz5/Makefile ============================================================================== --- head/audio/libmusicbrainz5/Makefile Wed Oct 31 23:05:37 2018 (r483624) +++ head/audio/libmusicbrainz5/Makefile Wed Oct 31 23:13:08 2018 (r483625) @@ -14,7 +14,7 @@ LICENSE= LGPL21 LIB_DEPENDS= libneon.so:www/neon -USES= cmake iconv:build pathfix +USES= cmake compiler:c++11-lang iconv:build pathfix USE_GNOME= libxml2 USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810312313.w9VND8Lx014644>