diff options
author | antoine <antoine@FreeBSD.org> | 2015-06-08 13:59:13 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-06-08 13:59:13 +0800 |
commit | 3e2eb1877c141b034d9ba3113b86c9260793f570 (patch) | |
tree | 6222d08cad20cc04a280a9ae4718b7060765e092 /net/nanomsg | |
parent | d936229c8e499866fafbdcf4163cf7bad6b879d6 (diff) | |
download | freebsd-ports-graphics-3e2eb1877c141b034d9ba3113b86c9260793f570.tar.gz freebsd-ports-graphics-3e2eb1877c141b034d9ba3113b86c9260793f570.tar.zst freebsd-ports-graphics-3e2eb1877c141b034d9ba3113b86c9260793f570.zip |
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
Diffstat (limited to 'net/nanomsg')
-rw-r--r-- | net/nanomsg/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/nanomsg/Makefile b/net/nanomsg/Makefile index 97dd9e1bc71..b874fe73f99 100644 --- a/net/nanomsg/Makefile +++ b/net/nanomsg/Makefile @@ -25,10 +25,6 @@ PORTDOCS= AUTHORS ChangeLog README OPTIONS_DEFINE= DOCS -post-patch: - @${REINPLACE_CMD} -e 's,GREP "GNU strip",EGREP "GNU|elftoolchain",' \ - ${WRKSRC}/configure - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} |