[med-svn] [Git][med-team/mafft][master] Add patch for GCC-10

Nilesh Patra gitlab at salsa.debian.org
Fri Apr 17 17:09:25 BST 2020



Nilesh Patra pushed to branch master at Debian Med / mafft


Commits:
f4c6de3a by Nilesh Patra at 2020-04-17T21:38:46+05:30
Add patch for GCC-10

- - - - -


2 changed files:

- + debian/patches/gcc10.patch
- + debian/patches/series


Changes:

=====================================
debian/patches/gcc10.patch
=====================================
@@ -0,0 +1,22 @@
+Description: Fix package to build with GCC-10
+--- a/core/defs.c
++++ b/core/defs.c
+@@ -170,6 +170,6 @@
+ int compacttree = 0;
+ int lhlimit = INT_MAX;
+ int specifictarget = 0;
+-int nadd = 0; // <- static in tbfast.c, pairlocalalign.c
++extern int nadd = 0; // <- static in tbfast.c, pairlocalalign.c
+ int usenaivescoreinsteadofalignmentscore = 0;
+ int nthreadreadlh = 1;
+--- a/core/makedirectionlist.c
++++ b/core/makedirectionlist.c
+@@ -8,7 +8,7 @@
+ 
+ #define END_OF_VEC -1
+ 
+-int nadd;
++extern int nadd;
+ double thresholdtorev;
+ int dodp;
+ int addfragment;


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+gcc10.patch



View it on GitLab: https://salsa.debian.org/med-team/mafft/-/commit/f4c6de3a08451f56598cc4bc477b06ad28e2cda8

-- 
View it on GitLab: https://salsa.debian.org/med-team/mafft/-/commit/f4c6de3a08451f56598cc4bc477b06ad28e2cda8
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200417/965de906/attachment.html>


More information about the debian-med-commit mailing list