mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
Conditionalize previous fix, it should only be applied for Xft patch.
Feature safe: yes
This commit is contained in:
parent
ee606cb7b5
commit
801b8ecb21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307418
1 changed files with 2 additions and 1 deletions
|
@ -74,9 +74,10 @@ 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
|
.if ${PORT_OPTIONS:MXFT} # unbreak against Clang
|
||||||
@${REINPLACE_CMD} -e '52s,^,void xosd_xypos(xosd *osd);,' \
|
@${REINPLACE_CMD} -e '52s,^,void xosd_xypos(xosd *osd);,' \
|
||||||
${WRKSRC}/src/libxosd/xosd.c
|
${WRKSRC}/src/libxosd/xosd.c
|
||||||
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
|
|
Loading…
Add table
Reference in a new issue