svn commit: r486018 - head/audio/libgpod

Mark Linimon linimon at FreeBSD.org
Tue Nov 27 16:18:57 UTC 2018


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}"


More information about the svn-ports-all mailing list