diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-08 05:59:13 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-08 05:59:13 +0000 |
commit | f0d0f3d8e0d520067cc0bfd76df3ed050f014370 (patch) | |
tree | 6222d08cad20cc04a280a9ae4718b7060765e092 /net-im/gloox/Makefile | |
parent | 9d006776f57e3309bca33411c015f107deb1fe78 (diff) | |
download | ports-f0d0f3d8e0d520067cc0bfd76df3ed050f014370.tar.gz ports-f0d0f3d8e0d520067cc0bfd76df3ed050f014370.zip |
Notes
Diffstat (limited to 'net-im/gloox/Makefile')
-rw-r--r-- | net-im/gloox/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-im/gloox/Makefile b/net-im/gloox/Makefile index 253e7f0128ea..a9d558a99483 100644 --- a/net-im/gloox/Makefile +++ b/net-im/gloox/Makefile @@ -26,8 +26,7 @@ PORTSCOUT= skipv:1.0.x post-patch: @${REINPLACE_CMD} -e \ - 's|"GNU strip"|"strip"| ; \ - s| -ansi||' ${WRKSRC}/configure + 's| -ansi||' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's| -pedantic|| ; \ s| -pipe||' |