mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Unbreak when building with CC=clang
Reported by: madpilot Feature safe: yes
This commit is contained in:
parent
97c7e73cbf
commit
ee606cb7b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307417
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,9 @@ post-patch:
|
|||
${WRKSRC}/src/xmms_plugin/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's,specified time,& (${DELAY_UNITS}),' \
|
||||
${WRKSRC}/src/osd_cat.c
|
||||
# Unbreak against Clang
|
||||
@${REINPLACE_CMD} -e '52s,^,void xosd_xypos(xosd *osd);,' \
|
||||
${WRKSRC}/src/libxosd/xosd.c
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
|
|
Loading…
Add table
Reference in a new issue