diff options
author | 2017-02-25 16:23:28 +0100 | |
---|---|---|
committer | 2017-02-25 16:24:04 +0100 | |
commit | 199230978f35669d8388b4c78ff31994718864f8 (patch) | |
tree | 748eb287db38205aa827a6277bbeca594053b6a5 /sci-biology/rnaview/files | |
parent | sci-biology/clustalw: Modernise to EAPI 6 (diff) | |
download | gentoo-199230978f35669d8388b4c78ff31994718864f8.tar.gz gentoo-199230978f35669d8388b4c78ff31994718864f8.tar.bz2 gentoo-199230978f35669d8388b4c78ff31994718864f8.zip |
sci-biology/rnaview: Modernise to EAPI 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-biology/rnaview/files')
-rw-r--r-- | sci-biology/rnaview/files/rnaview-20040713-implicit.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/rnaview/files/rnaview-20040713-implicit.patch b/sci-biology/rnaview/files/rnaview-20040713-implicit.patch index 009f6e79ae86..90ea72ab6f8c 100644 --- a/sci-biology/rnaview/files/rnaview-20040713-implicit.patch +++ b/sci-biology/rnaview/files/rnaview-20040713-implicit.patch @@ -1,7 +1,7 @@ Fix implicit function declaration ---- src/xml2ps.c -+++ src/xml2ps.c +--- a/src/xml2ps.c ++++ b/src/xml2ps.c @@ -36,7 +36,7 @@ void read_sugar_syn(char *inpfile, long **sugar_syn); void get_sugar_syn(FILE *inp, char *value_ch); |