summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2021-12-28 18:13:58 +0100
committerMaciej Barć <xgqt@gentoo.org>2021-12-28 18:44:59 +0100
commit130afa266034cea03e902458a9dd42deaf0e23a6 (patch)
tree7031d1e4c677a9735fe2d6819100ce3c17a88f92 /sci-mathematics/cadical/files
parentx11-terms/guake: add 3.8.1 (diff)
downloadgentoo-130afa266034cea03e902458a9dd42deaf0e23a6.tar.gz
gentoo-130afa266034cea03e902458a9dd42deaf0e23a6.tar.bz2
gentoo-130afa266034cea03e902458a9dd42deaf0e23a6.zip
sci-mathematics/cadical: patch direct call to ar
Closes: https://bugs.gentoo.org/830175 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/cadical/files')
-rw-r--r--sci-mathematics/cadical/files/cadical-makefile.in-ar.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-mathematics/cadical/files/cadical-makefile.in-ar.patch b/sci-mathematics/cadical/files/cadical-makefile.in-ar.patch
new file mode 100644
index 000000000000..cb344eec60ab
--- /dev/null
+++ b/sci-mathematics/cadical/files/cadical-makefile.in-ar.patch
@@ -0,0 +1,12 @@
+index 8fd957f..cdad96e 100644
+--- a/makefile.in
++++ b/makefile.in
+@@ -47,7 +48,7 @@ mobical: mobical.o libcadical.a makefile $(LIBS)
+ $(COMPILE) -o $@ $< -L. -lcadical
+
+ libcadical.a: $(OBJ) makefile
+- ar rc $@ $(OBJ)
++ ${AR} rc $@ $(OBJ)
+
+ #--------------------------------------------------------------------------#
+