mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Fix the build by removing -Werror. libgcrypt 1.5.0 put #warnings in depricated
functions. Submitted by: pointyhat (via pav)
This commit is contained in:
parent
3972051a77
commit
3841e57033
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277212
@ -42,4 +42,8 @@ MAN8= telepathy-gabble.8
|
||||
CONFIGURE_ENV+= OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-Werror||g' \
|
||||
${WRKSRC}/lib/ext/wocky/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user