diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-18 06:34:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-18 06:34:39 +0000 |
commit | 7cdf3732ac80ec318deb4f8e9920f9189cbfa387 (patch) | |
tree | 36105631c0a6910cdb12ddaa23a9244c822e50e0 /net-im | |
parent | b81ee0c6e5a1d52da1e0f7ebcc95352e20ae5de0 (diff) |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gloox/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/net-im/gloox/Makefile b/net-im/gloox/Makefile index b071e4ed5c54..8f39ef88a189 100644 --- a/net-im/gloox/Makefile +++ b/net-im/gloox/Makefile @@ -3,6 +3,7 @@ PORTNAME= gloox PORTVERSION= 1.0.10 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://camaya.net/download/ @@ -14,22 +15,20 @@ LICENSE= GPLv3 LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \ libgnutls.so:${PORTSDIR}/security/gnutls -USES= compiler:c++11-lang libtool:keepla pathfix pkgconfig tar:bzip2 -USE_LDCONFIG= yes +USES= libtool:keepla pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 900033 -USE_BINUTILS= yes -LDFLAGS+= -B${LOCALBASE}/bin -.endif - post-patch: @${REINPLACE_CMD} -e \ - 's|-lgcrypt||' ${WRKSRC}/configure + 's| -ansi|| ; \ + s| -lgcrypt||' ${WRKSRC}/configure + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's| -pedantic|| ; \ + s| -pipe||' -.include <bsd.port.post.mk> +.include <bsd.port.mk> |