aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2012-11-14 14:49:51 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2012-11-14 14:49:51 +0000
commit801b8ecb21d0d8a5399378678a9050e749e13a2a (patch)
tree1f585ce3c59b1eecf1fbb197cc638d4de1cfbe4e /misc
parentee606cb7b5c74dc3d0947e33bb788e43bf50f038 (diff)
Notes
Diffstat (limited to 'misc')
-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}