SHA256
1
0
forked from pool/conauto

drop unneeded patch

OBS-URL: https://build.opensuse.org/package/show/science/conauto?expand=0&rev=2
This commit is contained in:
Jan Engelhardt 2020-09-21 21:05:58 +00:00 committed by Git OBS Bridge
parent cd2ad0eda7
commit 2f5df2e163
3 changed files with 0 additions and 38 deletions

View File

@ -2,4 +2,3 @@
Thu Sep 17 08:31:52 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Initial package (version 2.03) for build.opensuse.org
- Add multipledef.patch

View File

@ -24,7 +24,6 @@ License: GPL-3.0-or-later
Group: Productivity/Scientific/Math
URL: https://sites.google.com/site/giconauto/
Source: https://sites.google.com/site/giconauto/home/conauto-2.03.tar.gz
#Patch1: multipledef.patch
BuildRequires: unzip
%description

View File

@ -1,36 +0,0 @@
From: Jan Engelhardt <jengelh@inai.de>
Date: 2020-09-17 10:32:23.591643664 +0200
It's either gcc -fcommon, or a source patch.
---
src/mismatches.c | 2 ++
src/mismatches.h | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
Index: conauto-2.03/src/mismatches.c
===================================================================
--- conauto-2.03.orig/src/mismatches.c
+++ conauto-2.03/src/mismatches.c
@@ -23,6 +23,8 @@
#define TRUE 1
#define FALSE 0
+uint16_t mismatch_found_hash;
+
void mark_new_mismatch ( Partition *p, uint8_t *mm_marked, Info_Vertex *info_vert, uint16_t mmv )
{
const MismatchCollection *mm = p->mm_collection;
Index: conauto-2.03/src/mismatches.h
===================================================================
--- conauto-2.03.orig/src/mismatches.h
+++ conauto-2.03/src/mismatches.h
@@ -22,7 +22,7 @@
#include <stdlib.h>
#include <inttypes.h>
-uint16_t mismatch_found_hash;
+extern uint16_t mismatch_found_hash;
typedef struct {
uint16_t *mismatch_hash;