- Unbreak when building with CC=clang

Reported by:	madpilot
Feature safe:	yes
This commit is contained in:
Alexey Dokuchaev 2012-11-14 14:41:42 +00:00
parent 97c7e73cbf
commit ee606cb7b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307417

View file

@ -74,6 +74,9 @@ post-patch:
${WRKSRC}/src/xmms_plugin/Makefile.in ${WRKSRC}/src/xmms_plugin/Makefile.in
@${REINPLACE_CMD} -e 's,specified time,& (${DELAY_UNITS}),' \ @${REINPLACE_CMD} -e 's,specified time,& (${DELAY_UNITS}),' \
${WRKSRC}/src/osd_cat.c ${WRKSRC}/src/osd_cat.c
# Unbreak against Clang
@${REINPLACE_CMD} -e '52s,^,void xosd_xypos(xosd *osd);,' \
${WRKSRC}/src/libxosd/xosd.c
post-install: post-install:
.if ${PORT_OPTIONS:MDOCS} .if ${PORT_OPTIONS:MDOCS}