Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2018 02:01:40 +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: r488047 - head/audio/tagtool
Message-ID:  <201812220201.wBM21eCI089205@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Dec 22 02:01:40 2018
New Revision: 488047
URL: https://svnweb.freebsd.org/changeset/ports/488047

Log:
  This port needs USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  While here, also sort USES and simplify by adding USES=localbase:ldflags.
  
  PR:		234228
  Submitted by:	Piotr Kubaj

Modified:
  head/audio/tagtool/Makefile

Modified: head/audio/tagtool/Makefile
==============================================================================
--- head/audio/tagtool/Makefile	Sat Dec 22 01:57:32 2018	(r488046)
+++ head/audio/tagtool/Makefile	Sat Dec 22 02:01:40 2018	(r488047)
@@ -17,12 +17,12 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libid3.so:audio/id3lib \
 		libvorbis.so:audio/libvorbis
 
-USES=		tar:bzip2 gettext gmake pathfix pkgconfig
+USES=		compiler:c++11-lang gettext gmake localbase:ldflags pathfix \
+		pkgconfig tar:bzip2
 USE_GNOME=	intlhack libglade2
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib -lpthread -logg -lm
+LDFLAGS+=	-lpthread -logg -lm
 
 .include <bsd.port.mk>



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