diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-01-22 20:30:35 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-01-22 20:30:35 +0000 |
commit | 0fdc0d6cbb0e9c4383ea72fbac66aa945dbef194 (patch) | |
tree | 1b8c216dd9752360f7c6be2ead228a2fbe65aba9 | |
parent | f2920b06693e19897230d5979fd29c019c88868d (diff) | |
download | midipix_build-0fdc0d6cbb0e9c4383ea72fbac66aa945dbef194.tar.bz2 midipix_build-0fdc0d6cbb0e9c4383ea72fbac66aa945dbef194.tar.xz |
patches/weechat-3.0.local.patch: skip intl/ subdir due to broken build system.
-rw-r--r-- | patches/weechat-3.0.local.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/weechat-3.0.local.patch b/patches/weechat-3.0.local.patch new file mode 100644 index 00000000..4d41b8ad --- /dev/null +++ b/patches/weechat-3.0.local.patch @@ -0,0 +1,11 @@ +--- weechat-3.0/Makefile.am.orig 2020-11-11 07:46:53.000000000 +0000 ++++ weechat-3.0/Makefile.am 2021-01-22 20:28:22.128960631 +0000 +@@ -29,7 +29,7 @@ + tests_dir = tests + endif + +-SUBDIRS = icons po doc intl src $(tests_dir) ++SUBDIRS = icons po doc src $(tests_dir) + + EXTRA_DIST = AUTHORS.adoc \ + ChangeLog.adoc \ |