svn commit: r323725 - head/audio/tagtool
Baptiste Daroussin
bapt at FreeBSD.org
Fri Jul 26 14:33:14 UTC 2013
Author: bapt
Date: Fri Jul 26 14:33:13 2013
New Revision: 323725
URL: http://svnweb.freebsd.org/changeset/ports/323725
Log:
Fix build with recent binutils
Modified:
head/audio/tagtool/Makefile
Modified: head/audio/tagtool/Makefile
==============================================================================
--- head/audio/tagtool/Makefile Fri Jul 26 14:31:26 2013 (r323724)
+++ head/audio/tagtool/Makefile Fri Jul 26 14:33:13 2013 (r323725)
@@ -1,6 +1,7 @@
# Created by: Anthony Ginepro <anthony.ginepro at laposte.net>
# $FreeBSD$
# $MCom: ports/audio/tagtool/Makefile,v 1.1 2006/09/30 01:15:37 ahze Exp $
+
PORTNAME= tagtool
PORTVERSION= 0.12.3
PORTREVISION= 12
@@ -14,14 +15,13 @@ LIB_DEPENDS= id3-3.8:${PORTSDIR}/audio/i
vorbis:${PORTSDIR}/audio/libvorbis
USE_BZIP2= yes
-USES= pathfix gettext
+USES= pathfix gettext gmake
USE_GNOME= intlhack libglade2
-USE_GMAKE= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -logg
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
More information about the svn-ports-head
mailing list