summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-05-09 21:18:17 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-09 21:18:17 +0200
commit23eeb325a763fa382ddb6e52f7572d610fb0f860 (patch)
tree7a253c645786bdfbc22f8dd06e3134c6ff58b51c /sci-astronomy/xfitsview/files
parentsci-libs/primegen: Respect AR/RANLIB (diff)
downloadgentoo-23eeb325a763fa382ddb6e52f7572d610fb0f860.tar.gz
gentoo-23eeb325a763fa382ddb6e52f7572d610fb0f860.tar.bz2
gentoo-23eeb325a763fa382ddb6e52f7572d610fb0f860.zip
sci-astronomy/xfitsview: Respect AR
Closes: https://bugs.gentoo.org/725292 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-astronomy/xfitsview/files')
-rw-r--r--sci-astronomy/xfitsview/files/xfitsview-2.2-build_system.patch15
1 files changed, 14 insertions, 1 deletions
diff --git a/sci-astronomy/xfitsview/files/xfitsview-2.2-build_system.patch b/sci-astronomy/xfitsview/files/xfitsview-2.2-build_system.patch
index 12eaacf4e244..ca45aa7ba39a 100644
--- a/sci-astronomy/xfitsview/files/xfitsview-2.2-build_system.patch
+++ b/sci-astronomy/xfitsview/files/xfitsview-2.2-build_system.patch
@@ -1,9 +1,22 @@
* Fix parallel build
* Respect LDFLAGS
* Fix build with gmake 3.82
+* Respect AR
-http://bugs.gentoo.org/show_bug.cgi?id=337479
+https://bugs.gentoo.org/337479
+https://bugs.gentoo.org/725292
+--- a/lib/Makefile
++++ b/lib/Makefile
+@@ -44,7 +44,7 @@
+
+ # build fitssub library
+ $(ARCH)/libfitsLib.a: ${OBJECTS}
+- ar rv $(ARCH)/libfitsLib.a ${OBJECTS}
++ ${AR} rv $(ARCH)/libfitsLib.a ${OBJECTS}
+ ${RANLIB} $(ARCH)/libfitsLib.a
+
+ clean:
--- a/Makefile.in
+++ b/Makefile.in
@@ -61,26 +61,26 @@