Date: Sat, 1 Mar 2014 18:00:51 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346672 - head/net-im/libnice Message-ID: <201403011800.s21I0pG7088936@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat Mar 1 18:00:51 2014 New Revision: 346672 URL: http://svnweb.freebsd.org/changeset/ports/346672 QAT: https://qat.redports.org/buildarchive/r346672/ Log: - Stage support - Convert to USES Modified: head/net-im/libnice/Makefile Modified: head/net-im/libnice/Makefile ============================================================================== --- head/net-im/libnice/Makefile Sat Mar 1 18:00:37 2014 (r346671) +++ head/net-im/libnice/Makefile Sat Mar 1 18:00:51 2014 (r346672) @@ -11,17 +11,15 @@ MASTER_SITES= http://nice.freedesktop.or MAINTAINER= gnome@FreeBSD.org COMMENT= Library and transmitter that implements ICE-19 -USES= pkgconfig gettext -USE_GMAKE= yes +USES= pkgconfig gettext gmake pathfix USE_LDCONFIG= yes -USE_GNOME= gnomehack glib20 ltverhack +USE_GNOME= glib20 ltverhack USE_GSTREAMER= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --without-gstreamer --with-gstreamer-0.10 CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_GETIFADDRS LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|-Wno-missing-field-initializers|#|g'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403011800.s21I0pG7088936>