mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 13:50:08 +02:00
* this fixes the wrong recipe names introduced by myself in #d525fee * adjust patch names to match corresponding recipes * additionally: create 'additional-files' folders as hint to some ports that do not have a proper recipe yet
12 lines
357 B
Diff
12 lines
357 B
Diff
--- libgpg-error-1.10/src/mkerrcodes2.awk 2008-08-26 12:45:58.010747904 +0000
|
|
+++ libgpg-error-1.10-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;
|