diff options
author | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2014-12-22 23:04:17 +0000 |
---|---|---|
committer | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2014-12-22 23:04:17 +0000 |
commit | 3c9a1d11c2210dcdc42a63b04622220896daba7a (patch) | |
tree | c4aafe980f6f5ff7e0903fde047107a9dd8c45d5 /textproc/ibus/Makefile | |
parent | f04a3f032a75a0a2a7378cf4edf2becfbdacaf25 (diff) | |
download | ports-3c9a1d11c2210dcdc42a63b04622220896daba7a.tar.gz ports-3c9a1d11c2210dcdc42a63b04622220896daba7a.zip |
Notes
Diffstat (limited to 'textproc/ibus/Makefile')
-rw-r--r-- | textproc/ibus/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index b9cf94f3d545..a07bea582ac0 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -107,11 +107,6 @@ PLIST_SUB+= COMPDIR="" PLIST_SUB+= COMPDIR="@comment " .endif -# Workaround XIGrabKeycode/XIUngrabKeycode bug: XIAllMasterDevice does not work -.if !defined(WITH_NEW_XORG) -EXTRA_PATCHES+= ${FILESDIR}/extra-xigrabkeycode -.endif - post-patch: @${REINPLACE_CMD} -e 's|/var/lib/dbus|/var/db/dbus|g' ${WRKSRC}/src/ibusshare.c |