Date: Sat, 24 May 2014 15:51:45 +0000 (UTC) From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355046 - head/audio/flac Message-ID: <201405241551.s4OFpjgE064471@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: naddy Date: Sat May 24 15:51:45 2014 New Revision: 355046 URL: http://svnweb.freebsd.org/changeset/ports/355046 QAT: https://qat.redports.org/buildarchive/r355046/ Log: Switch to USES=libtool:oldver Modified: head/audio/flac/Makefile Modified: head/audio/flac/Makefile ============================================================================== --- head/audio/flac/Makefile Sat May 24 15:39:56 2014 (r355045) +++ head/audio/flac/Makefile Sat May 24 15:51:45 2014 (r355046) @@ -3,7 +3,7 @@ PORTNAME= flac PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/flac/ @@ -12,11 +12,11 @@ COMMENT= Free lossless audio codec LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg -USES= pathfix pkgconfig tar:xz -USE_AUTOTOOLS= libtool +USES= libtool:oldver pathfix pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-sse \ +CONFIGURE_ARGS= --enable-static \ + --enable-sse \ --with-ogg="${LOCALBASE}" \ --disable-silent-rules \ --disable-thorough-tests \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405241551.s4OFpjgE064471>