diff options
author | Sam James <sam@gentoo.org> | 2021-04-19 10:09:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-19 20:11:26 +0100 |
commit | 86f1bcecf4bd035ceaed18487b98ab2d365baf85 (patch) | |
tree | 40ddd21979abe4b28d45e93a8b336df3b72ea468 /app-text/xlhtml | |
parent | app-text/txt2pdbdoc: port to EAPI 7 (diff) | |
download | gentoo-86f1bcecf4bd035ceaed18487b98ab2d365baf85.tar.gz gentoo-86f1bcecf4bd035ceaed18487b98ab2d365baf85.tar.bz2 gentoo-86f1bcecf4bd035ceaed18487b98ab2d365baf85.zip |
app-text/xlhtml: respect AR
Closes: https://bugs.gentoo.org/729598
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/xlhtml')
-rw-r--r-- | app-text/xlhtml/files/xlhtml-0.5.1_p6-respect-AR.patch | 10 | ||||
-rw-r--r-- | app-text/xlhtml/xlhtml-0.5.1_p6.ebuild | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/app-text/xlhtml/files/xlhtml-0.5.1_p6-respect-AR.patch b/app-text/xlhtml/files/xlhtml-0.5.1_p6-respect-AR.patch new file mode 100644 index 000000000000..6e286e89961b --- /dev/null +++ b/app-text/xlhtml/files/xlhtml-0.5.1_p6-respect-AR.patch @@ -0,0 +1,10 @@ +--- a/configure.in ++++ b/configure.in +@@ -18,6 +18,7 @@ AM_CONFIG_HEADER(config.h) + + AC_PROG_CC + AC_PROG_RANLIB ++AM_PROG_AR + AC_ISC_POSIX + + AC_CHECK_HEADERS(malloc.h) diff --git a/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild b/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild index ddc365d4a844..329c139ce265 100644 --- a/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild +++ b/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild @@ -21,6 +21,7 @@ KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" PATCHES=( "${WORKDIR}"/${PN}_${MY_PV}-${DEB_PR}.diff + "${FILESDIR}"/${PN}-0.5.1_p6-respect-AR.patch ) src_prepare() { |