summaryrefslogtreecommitdiff
path: root/sci-libs/taucs/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
commit9ee6d97c2883d42f204a533a8bc1f4562df778fb (patch)
treeb690ddc0ca30f1472887edbb0b8313629bfcbbb2 /sci-libs/taucs/files
parentb17a3ef12038de50228bade1f05502c74e135321 (diff)
gentoo resync : 16.09.2020
Diffstat (limited to 'sci-libs/taucs/files')
-rw-r--r--sci-libs/taucs/files/taucs-2.2-no-test-cilk.patch4
-rw-r--r--sci-libs/taucs/files/taucs-2.2-respect-ar.patch22
2 files changed, 24 insertions, 2 deletions
diff --git a/sci-libs/taucs/files/taucs-2.2-no-test-cilk.patch b/sci-libs/taucs/files/taucs-2.2-no-test-cilk.patch
index 68ecc3bf94b6..332d1138dea0 100644
--- a/sci-libs/taucs/files/taucs-2.2-no-test-cilk.patch
+++ b/sci-libs/taucs/files/taucs-2.2-no-test-cilk.patch
@@ -1,5 +1,5 @@
---- testscript.orig 2012-07-06 19:42:51.000000000 +0100
-+++ testscript 2012-07-06 19:43:17.000000000 +0100
+--- a/testscript
++++ b/testscript
@@ -12,17 +12,6 @@
ulimit -s >> testscript.log
echo '==============' >> testscript.log
diff --git a/sci-libs/taucs/files/taucs-2.2-respect-ar.patch b/sci-libs/taucs/files/taucs-2.2-respect-ar.patch
new file mode 100644
index 000000000000..4ab95441a2de
--- /dev/null
+++ b/sci-libs/taucs/files/taucs-2.2-respect-ar.patch
@@ -0,0 +1,22 @@
+--- a/config/linux.mk
++++ b/config/linux.mk
+@@ -25,7 +25,7 @@
+ LDFLAGS =
+ LOUTFLG = $(COUTFLG)
+
+-AR = ar cr
++ARFLAGS = cr
+ AOUTFLG =
+
+ RANLIB = ranlib
+--- a/configurator/taucs_config.c
++++ b/configurator/taucs_config.c
+@@ -558,7 +558,7 @@
+
+ fprintf(f, "%s: $(%s_content) $(STDDEPS)\n",get_full_name(i,0),base);
+ fprintf(f,"\t- $(RM) %s\n",get_full_name(i,0));
+- fprintf(f,"\t$(AR) $(AOUTFLG)%s $(%s_content)\n",get_full_name(i,0),base);
++ fprintf(f,"\t$(AR) $(ARFLAGS) $(AOUTFLG)%s $(%s_content)\n",get_full_name(i,0),base);
+ fprintf(f,"\t$(RANLIB) %s\n",get_full_name(i,0));
+ }
+