1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

Fix the build on 6.X.

Reported by:	pointyhat via pav
This commit is contained in:
Joe Marcus Clarke 2009-07-06 20:21:24 +00:00
parent 00356f6b66
commit fb7b248a95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237277

View File

@ -26,5 +26,7 @@ post-patch:
s|__BIG_ENDIAN|_BIG_ENDIAN|g' \
${WRKSRC}/stun/md5.c \
${WRKSRC}/stun/sha1.c
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
's|-Wno-missing-field-initializers|#|g'
.include <bsd.port.mk>