summaryrefslogtreecommitdiff
path: root/sci-biology/hmmer/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-09 15:43:36 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-09 15:43:36 +0100
commit2719f73b6813d11d13a9650cdd2ab8ec6e69385d (patch)
tree8c816148bcbd22757d892089c989ae614eae4f5a /sci-biology/hmmer/files
parent0f558761aa2dee1017b4751e4017205e015a9560 (diff)
gentoo resync : 09.07.2022
Diffstat (limited to 'sci-biology/hmmer/files')
-rw-r--r--sci-biology/hmmer/files/hmmer-3.1_beta2-makefile.patch (renamed from sci-biology/hmmer/files/hmmer-3.1_beta2-fix-header-install-path.patch)23
1 files changed, 22 insertions, 1 deletions
diff --git a/sci-biology/hmmer/files/hmmer-3.1_beta2-fix-header-install-path.patch b/sci-biology/hmmer/files/hmmer-3.1_beta2-makefile.patch
index b9ff5b92b8f9..1c08d67e7bdd 100644
--- a/sci-biology/hmmer/files/hmmer-3.1_beta2-fix-header-install-path.patch
+++ b/sci-biology/hmmer/files/hmmer-3.1_beta2-makefile.patch
@@ -1,4 +1,5 @@
-Install headers into 'hmmer3' subdir and not into global includedir.
+* Install headers into 'hmmer3' subdir and not into global includedir
+* Respect AR
--- a/easel/Makefile.in
+++ b/easel/Makefile.in
@@ -17,6 +18,26 @@ Install headers into 'hmmer3' subdir and not into global includedir.
${QUIET_SUBDIR0}miniapps ${QUIET_SUBDIR1} install
# "make uninstall" reverses the steps of "make install"
+--- a/libdivsufsort/Makefile.in
++++ b/libdivsufsort/Makefile.in
+@@ -16,7 +16,7 @@
+ CFLAGS = @CFLAGS@ @PTHREAD_CFLAGS@ @PIC_FLAGS@
+ CPPFLAGS = @CPPFLAGS@
+ MPILIBS = @MPILIBS@
+-AR = @AR@ rc
++AR = @AR@
+ RANLIB = @RANLIB@
+ INSTALL = @INSTALL@
+
+@@ -43,7 +43,7 @@
+
+
+ libdivsufsort.a: $(OBJS)
+- ${QUIET_AR}${AR} libdivsufsort.a $(OBJS)
++ ${QUIET_AR}${AR} rc libdivsufsort.a $(OBJS)
+ @${RANLIB} libdivsufsort.a
+ @chmod 644 libdivsufsort.a
+
--- a/Makefile.in
+++ b/Makefile.in
@@ -143,6 +143,7 @@