diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 11:39:40 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 11:39:40 +0000 |
commit | 2f58b6f4ee7ff9dfe8bc02b2a855064b996c2130 (patch) | |
tree | 980d8f44d4a15a701aa9d7471b406c967cf5faa7 /devel/libowfat | |
parent | bc5c4c83dd47f56e8a43fe8de7ad9d3dfee66a36 (diff) |
Notes
Diffstat (limited to 'devel/libowfat')
-rw-r--r-- | devel/libowfat/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/libowfat/Makefile b/devel/libowfat/Makefile index 84028802d9c6..37abbfb51fd6 100644 --- a/devel/libowfat/Makefile +++ b/devel/libowfat/Makefile @@ -48,6 +48,10 @@ post-extract: @${MV} ${WRKSRC}/*/${i:S/libowfat_//} ${WRKSRC}/man/${i} .endfor +post-patch: +# Clang cries when void functions return a value + ${REINPLACE_CMD} -e '56s|return ||' ${WRKSRC}/CAS.h + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |