1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

- Fix build on -CURRENT by removing inline stuff.

This commit is contained in:
Wesley Shields 2009-04-11 03:32:31 +00:00
parent 0ece797080
commit 59c806c93e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232049

View File

@ -19,4 +19,7 @@ USE_OPENSSL= yes
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's/^inline //' ${WRKSRC}/src/*.h
.include <bsd.port.mk>