summaryrefslogtreecommitdiff
path: root/net-im/libnice
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-03-01 18:00:51 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-03-01 18:00:51 +0000
commit6f58750a375b8e3c1d5d4b4e961d3bcf1191dc13 (patch)
tree452dacffd3313b75fbdd7c0aeeb84bd0495db915 /net-im/libnice
parent- Convert to autoplist (diff)
- Stage support
- Convert to USES
Notes
Notes: svn path=/head/; revision=346672
Diffstat (limited to 'net-im/libnice')
-rw-r--r--net-im/libnice/Makefile6
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'