summaryrefslogtreecommitdiffstats
path: root/net-im/libnice/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/libnice/Makefile')
-rw-r--r--net-im/libnice/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile
index e566fa661..e18607320 100644
--- a/net-im/libnice/Makefile
+++ b/net-im/libnice/Makefile
@@ -3,16 +3,16 @@
# $MCom$
PORTNAME= libnice
-PORTVERSION= 0.1.4
+PORTVERSION= 0.1.5
CATEGORIES= net-im devel
MASTER_SITES= http://nice.freedesktop.org/releases/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library and transmitter that implements ICE-19
-USES= gettext gmake pathfix pkgconfig
+USES= gettext gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
-USE_GNOME= glib20 ltverhack
+USE_GNOME= glib20
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_GETIFADDRS
LDFLAGS+= -L${LOCALBASE}/lib
@@ -48,6 +48,7 @@ post-patch:
's|-Wno-missing-field-initializers|#|g'
@${REINPLACE_CMD} -e 's|-Wno-missing-field-initializers|#|g' \
${WRKSRC}/common.mk
+ @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/configure
post-install:
.if !defined(LIBNICE_SLAVE)