From 727afa3be86f24eaf16a014a73f4f21d8480a256 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 15 Jan 2013 22:56:52 +0100 Subject: 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. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3