diff options
Diffstat (limited to 'app-i18n/ibus/files/ibus-1.3.9-remove-unused-build.patch')
-rw-r--r-- | app-i18n/ibus/files/ibus-1.3.9-remove-unused-build.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-i18n/ibus/files/ibus-1.3.9-remove-unused-build.patch b/app-i18n/ibus/files/ibus-1.3.9-remove-unused-build.patch new file mode 100644 index 000000000000..136fbc5975bd --- /dev/null +++ b/app-i18n/ibus/files/ibus-1.3.9-remove-unused-build.patch @@ -0,0 +1,16 @@ +diff --git a/work/ibus-1.3.9/bus/Makefile.am b/work/ibus-1.3.9/bus/Makefile.am +index 764edc7..e6887da 100644 +--- a/work/ibus-1.3.9/bus/Makefile.am ++++ b/work/ibus-1.3.9/bus/Makefile.am +@@ -45,10 +45,7 @@ AM_LDADD = \ + $(libibus) \ + $(NULL) + +-TESTS = \ +- test-matchrule \ +- test-stress \ +- $(NULL) ++TESTS = $(NULL) + xdgautostart_DATA = \ + ibus.desktop \ + $(NULL) |