Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Dec 2018 16:29:52 +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: r486872 - head/audio/taglookup
Message-ID:  <201812071629.wB7GTqcb072626@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Dec  7 16:29:51 2018
New Revision: 486872
URL: https://svnweb.freebsd.org/changeset/ports/486872

Log:
  USES=compiler:c++11-lang is necessary to build this port on GCC-based
  architectures.
  
  PR:		233841
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/taglookup/Makefile

Modified: head/audio/taglookup/Makefile
==============================================================================
--- head/audio/taglookup/Makefile	Fri Dec  7 16:25:37 2018	(r486871)
+++ head/audio/taglookup/Makefile	Fri Dec  7 16:29:51 2018	(r486872)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libcddb.so:audio/libcddb \
 		libtag.so:audio/taglib
 
-USES=		pkgconfig tar:tgz
+USES=		compiler:c++11-lang pkgconfig tar:tgz
 
 PLIST_FILES=	bin/taglookup \
 		man/man1/taglookup.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812071629.wB7GTqcb072626>