mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Convert/update libgpg_error to working recipe
This commit is contained in:
11
dev-libs/libgpg_error/patches/libgpg_error-1.12.patch
Normal file
11
dev-libs/libgpg_error/patches/libgpg_error-1.12.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- libgpg-error-1.12/src/mkerrcodes2.awk 2008-08-26 12:45:58.010747904 +0000
|
||||
+++ libgpg-error-1.12-haiku/src/mkerrcodes2.awk 2012-04-09 16:59:18.363855872 +0000
|
||||
@@ -81,7 +81,7 @@
|
||||
/^#/ { next; }
|
||||
|
||||
header {
|
||||
- if ($1 ~ /^[0123456789]+$/)
|
||||
+ if ($1 ~ /^-?[0123456789]+$/)
|
||||
{
|
||||
print "static const int err_code_from_index[] = {";
|
||||
header = 0;
|
||||
Reference in New Issue
Block a user