aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-08-23 21:13:26 +0800
committermarino <marino@FreeBSD.org>2014-08-23 21:13:26 +0800
commit56045d3fdf8f5ce87a5522b3c5dbaab9d02332b6 (patch)
treef1d075df1a43317604d5d155b3fc6a0bc1dfe567 /security
parent75b1a01aa5df2d8db993ec032b460cc9c33afc6a (diff)
downloadfreebsd-ports-gnome-56045d3fdf8f5ce87a5522b3c5dbaab9d02332b6.tar.gz
freebsd-ports-gnome-56045d3fdf8f5ce87a5522b3c5dbaab9d02332b6.tar.zst
freebsd-ports-gnome-56045d3fdf8f5ce87a5522b3c5dbaab9d02332b6.zip
security/xzid: suppress broken and unnecesary missing target check
Line 606 of the vendor Makefile has a malformed error message that comes up if the makefile is given no target. For reasons I don't understand, the gmake on FreeBSD tolerates it and the same exact gmake on DragonFly catches it. Just amend the sed command the remove the line completely as it's never executed in the ports framework.
Diffstat (limited to 'security')
-rw-r--r--security/zxid/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/zxid/Makefile b/security/zxid/Makefile
index aff358a2092e..289e61b84ce9 100644
--- a/security/zxid/Makefile
+++ b/security/zxid/Makefile
@@ -40,6 +40,7 @@ post-patch:
@${REINPLACE_CMD} -e \
'/^LIBS/s|-lpthread|-pthread| ; \
/^SHARED/s|--export-all-symbols|| ; \
+ /..error /d ; \
/which gcc/d' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e \
's|<malloc.h>|<stdlib.h>|' ${WRKSRC}/zxidconf.c