From 8659986b32f4fa9be9bc49efa255d83dcc91c0e8 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 3 Feb 2022 01:48:43 +0000 Subject: added patch to various makedeps --- repo/devel/autoconf2.13.xibuild | 2 +- repo/devel/docbook-xsl.xibuild | 2 +- repo/devel/sgml-common.xibuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'repo/devel') diff --git a/repo/devel/autoconf2.13.xibuild b/repo/devel/autoconf2.13.xibuild index b164c16..3ef6500 100644 --- a/repo/devel/autoconf2.13.xibuild +++ b/repo/devel/autoconf2.13.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(make) +MAKEDEPS=(make patch) DEPS=(perl) PKG_VER=2.13 diff --git a/repo/devel/docbook-xsl.xibuild b/repo/devel/docbook-xsl.xibuild index 2afecef..036e0a0 100644 --- a/repo/devel/docbook-xsl.xibuild +++ b/repo/devel/docbook-xsl.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=() +MAKEDEPS=(patch) DEPS=(libxml2 libxslt docbook-xml) PKG_VER=1.79.2 diff --git a/repo/devel/sgml-common.xibuild b/repo/devel/sgml-common.xibuild index 90ce64f..52981fc 100644 --- a/repo/devel/sgml-common.xibuild +++ b/repo/devel/sgml-common.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(unzip) +MAKEDEPS=(unzip patch) DEPS=(libxml2 sgml-common) PKG_VER=0.6.3 -- cgit v1.2.1