aboutsummaryrefslogtreecommitdiffstats
path: root/misc/xosd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/xosd/Makefile')
-rw-r--r--misc/xosd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile
index fe3fc1fd758b..9a865bc43c7f 100644
--- a/misc/xosd/Makefile
+++ b/misc/xosd/Makefile
@@ -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}