diff options
author | John Marino <marino@FreeBSD.org> | 2014-08-23 13:13:26 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-08-23 13:13:26 +0000 |
commit | f0ab4465c8a9d1f7953e3e7a3051dffb06f3496b (patch) | |
tree | f1d075df1a43317604d5d155b3fc6a0bc1dfe567 /security | |
parent | 3e959943f573654eeffd31a84049f25748088df3 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/zxid/Makefile | 1 |
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 |