fix build with new libxclavier
PR: 146549 Submitted by: Marin Atanasov Nikolov <dnaeon@gmail.com>
This commit is contained in:
parent
6becbe2167
commit
4a71b47eaf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254492
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= xfce4-settings
|
||||
PORTVERSION= 4.6.4
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= sysutils xfce
|
||||
MASTER_SITES= http://www.xfce.org/archive/src/xfce/xfce4-settings/4.6/
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -44,7 +44,8 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e 's|Rodent|Tango|g' \
|
||||
${WRKSRC}/dialogs/appearance-settings/main.c \
|
||||
${WRKSRC}/xfsettingsd/xsettings.xml
|
||||
@${REINPLACE_CMD} -e 's|xkl_config_registry_load (settings->priv->xkl_registry)|xkl_config_registry_load (settings->priv->xkl_registry, FALSE)|g' \
|
||||
@${REINPLACE_CMD} -e 's|xkl_config_registry_load (settings->priv->xkl_registry)|xkl_config_registry_load (settings->priv->xkl_registry, FALSE)|g; \
|
||||
s|xkl_engine_stop_listen (settings->priv->xkl_engine)|xkl_engine_stop_listen (settings->priv->xkl_engine, FALSE)|g' \
|
||||
${WRKSRC}/dialogs/keyboard-settings/xfce-keyboard-settings.c
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue