summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-06-08 05:59:13 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-06-08 05:59:13 +0000
commitf0d0f3d8e0d520067cc0bfd76df3ed050f014370 (patch)
tree6222d08cad20cc04a280a9ae4718b7060765e092 /net-im
parentFix LIB_DEPENDS (diff)
Make ports using libtool treat elftoolchain's strip the same as GNU strip
Any strip on any FreeBSD version should be able to handle stripping requested by libtool PR: 198611 Reviewed by: emaste Exp-run: self
Notes
Notes: svn path=/head/; revision=388831
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gloox/Makefile3
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||'