Skip to content
Snippets Groups Projects
Commit af080c18 authored by Leo's avatar Leo
Browse files

community/zbar: fix patch to fix build on python3.9

parent 50084a21
No related branches found
No related tags found
No related merge requests found
...@@ -79,4 +79,4 @@ py() { ...@@ -79,4 +79,4 @@ py() {
} }
sha512sums="ae7741cf750a10cf53dc11abcd482c3885507153ee37f6e3364ed5ed72184ebb009560b8c40d8090603a551fb681700a962838a59ce77d005d080ee49fbfa54b zbar-0.23.1.tar.gz sha512sums="ae7741cf750a10cf53dc11abcd482c3885507153ee37f6e3364ed5ed72184ebb009560b8c40d8090603a551fb681700a962838a59ce77d005d080ee49fbfa54b zbar-0.23.1.tar.gz
fdb512c435ccf47aabca658d1eb1480ee94ecf0e43d649a0c7ad07d826bfe7e89aa0a47bce0527dc64beedee08842f8182718a287bd18411117020e4045d6fa3 zbar-tp_print.patch" ffaed0dcbb15d45d8c384bc2bb78c2afb64a883499ac80d60873e8c86a9c49fd35a497ec577e22f7ffbc530eed4182d0ee6eecea9747a1eafe2484819aa35ff3 zbar-tp_print.patch"
--- python/enum.c~ 2019-05-22 06:00:30.000000000 -0500 --- a/python/enum.c~ 2019-05-22 06:00:30.000000000 -0500
+++ python/enum.c 2020-07-20 12:29:37.468767649 -0500 +++ b/python/enum.c 2020-07-20 12:29:37.468767649 -0500
@@ -76,6 +76,7 @@ @@ -76,6 +76,7 @@
return(self->name); return(self->name);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment