diff options
author | 2021-04-19 10:09:12 +0100 | |
---|---|---|
committer | 2021-04-19 20:11:26 +0100 | |
commit | 86f1bcecf4bd035ceaed18487b98ab2d365baf85 (patch) | |
tree | 40ddd21979abe4b28d45e93a8b336df3b72ea468 /app-text/xlhtml/files | |
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/files')
-rw-r--r-- | app-text/xlhtml/files/xlhtml-0.5.1_p6-respect-AR.patch | 10 |
1 files changed, 10 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) |