Date: Tue, 27 Nov 2018 16:18:56 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486018 - head/audio/libgpod Message-ID: <201811271618.wARGIu1j023462@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Nov 27 16:18:56 2018 New Revision: 486018 URL: https://svnweb.freebsd.org/changeset/ports/486018 Log: USES=compiler:c++11-lang is required to build this port on GCC-based architectures. PR: 233539 Submitted by: Piotr Kubaj Modified: head/audio/libgpod/Makefile Modified: head/audio/libgpod/Makefile ============================================================================== --- head/audio/libgpod/Makefile Tue Nov 27 16:14:38 2018 (r486017) +++ head/audio/libgpod/Makefile Tue Nov 27 16:18:56 2018 (r486018) @@ -16,7 +16,8 @@ LIB_DEPENDS= libplist.so:devel/libplist \ libtag.so:audio/taglib \ libsgutils2.so:sysutils/sg3_utils -USES= gettext gmake libtool localbase pathfix pkgconfig sqlite:3 tar:bzip2 +USES= compiler:c++11-lang gettext gmake libtool localbase pathfix \ + pkgconfig sqlite:3 tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-udev --without-hal \ --with-html-dir="${DOCSDIR:H}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811271618.wARGIu1j023462>