mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Fix build with clang
This commit is contained in:
parent
bc5c4c83dd
commit
2f58b6f4ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311827
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user