From ee606cb7b5c74dc3d0947e33bb788e43bf50f038 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Wed, 14 Nov 2012 14:41:42 +0000 Subject: [PATCH] - Unbreak when building with CC=clang Reported by: madpilot Feature safe: yes --- misc/xosd/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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}