aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--misc/xosd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile
index 9a865bc43c7f..8acb115aa13a 100644
--- a/misc/xosd/Makefile
+++ b/misc/xosd/Makefile
@@ -74,9 +74,10 @@ post-patch:
${WRKSRC}/src/xmms_plugin/Makefile.in
@${REINPLACE_CMD} -e 's,specified time,& (${DELAY_UNITS}),' \
${WRKSRC}/src/osd_cat.c
-# Unbreak against Clang
+.if ${PORT_OPTIONS:MXFT} # unbreak against Clang
@${REINPLACE_CMD} -e '52s,^,void xosd_xypos(xosd *osd);,' \
${WRKSRC}/src/libxosd/xosd.c
+.endif
post-install:
.if ${PORT_OPTIONS:MDOCS}