diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-01 18:00:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-01 18:00:51 +0000 |
commit | 6f58750a375b8e3c1d5d4b4e961d3bcf1191dc13 (patch) | |
tree | 452dacffd3313b75fbdd7c0aeeb84bd0495db915 /net-im/libnice | |
parent | 31c64d89505a1a19ee55d1747a98090f98770493 (diff) | |
download | ports-6f58750a375b8e3c1d5d4b4e961d3bcf1191dc13.tar.gz ports-6f58750a375b8e3c1d5d4b4e961d3bcf1191dc13.zip |
Notes
Diffstat (limited to 'net-im/libnice')
-rw-r--r-- | net-im/libnice/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile index f9e7a5c8f798..59898323f504 100644 --- a/net-im/libnice/Makefile +++ b/net-im/libnice/Makefile @@ -11,17 +11,15 @@ MASTER_SITES= http://nice.freedesktop.org/releases/ \ 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' |