summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-01-15 22:56:52 +0100
committerLudovic Courtès <ludo@gnu.org>2013-01-15 22:56:52 +0100
commit727afa3be86f24eaf16a014a73f4f21d8480a256 (patch)
treefaff94126628d754aba5a1a7a315dc5001abed38 /Makefile.am
parented9f9a7765ac5cf65e686986262802cdb918f4d7 (diff)
downloadguix-patches-727afa3be86f24eaf16a014a73f4f21d8480a256.tar
guix-patches-727afa3be86f24eaf16a014a73f4f21d8480a256.tar.gz
distro: Add patches forgotten in previous commits.
* distro/packages/patches/bigloo-gc-shebangs.patch, distro/packages/patches/emacs-configure-sh.patch, distro/packages/patches/procps-make-3.82.patch: New files. * Makefile.am (dist_patch_DATA): Add them.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2f6a9ff3a7..8686d2bd21 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -119,9 +119,11 @@ nobase_dist_guilemodule_DATA = $(MODULES)
patchdir = $(guilemoduledir)/distro/packages/patches
dist_patch_DATA = \
+ distro/packages/patches/bigloo-gc-shebangs.patch \
distro/packages/patches/binutils-ld-new-dtags.patch \
distro/packages/patches/cpio-gets-undeclared.patch \
distro/packages/patches/diffutils-gets-undeclared.patch \
+ distro/packages/patches/emacs-configure-sh.patch \
distro/packages/patches/flex-bison-tests.patch \
distro/packages/patches/gawk-shell.patch \
distro/packages/patches/gettext-gets-undeclared.patch \
@@ -140,6 +142,7 @@ dist_patch_DATA = \
distro/packages/patches/make-impure-dirs.patch \
distro/packages/patches/findutils-absolute-paths.patch \
distro/packages/patches/perl-no-sys-dirs.patch \
+ distro/packages/patches/procps-make-3.82.patch \
distro/packages/patches/readline-link-ncurses.patch \
distro/packages/patches/shishi-gets-undeclared.patch \
distro/packages/patches/tar-gets-undeclared.patch