diff options
author | oliver <oliver@FreeBSD.org> | 2010-05-17 23:53:14 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2010-05-17 23:53:14 +0800 |
commit | 8f9c8a7f01e0c4fb579d4bd9593d8ff1c9f28653 (patch) | |
tree | 546e1581c814cbd022ae824df6bcb4af6ed4fea5 /sysutils | |
parent | 35eb234ea05145c36b4e3427be806eb38d34648e (diff) | |
download | freebsd-ports-gnome-8f9c8a7f01e0c4fb579d4bd9593d8ff1c9f28653.tar.gz freebsd-ports-gnome-8f9c8a7f01e0c4fb579d4bd9593d8ff1c9f28653.tar.zst freebsd-ports-gnome-8f9c8a7f01e0c4fb579d4bd9593d8ff1c9f28653.zip |
fix build with new libxclavier
PR: 146549
Submitted by: Marin Atanasov Nikolov <dnaeon@gmail.com>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xfce4-settings/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/xfce4-settings/Makefile b/sysutils/xfce4-settings/Makefile index 3fd9ebe32e55..d553628b757b 100644 --- a/sysutils/xfce4-settings/Makefile +++ b/sysutils/xfce4-settings/Makefile @@ -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> |