summaryrefslogtreecommitdiff
path: root/www/amaya/patches/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'www/amaya/patches/patch-ao')
-rw-r--r--www/amaya/patches/patch-ao15
1 files changed, 0 insertions, 15 deletions
diff --git a/www/amaya/patches/patch-ao b/www/amaya/patches/patch-ao
deleted file mode 100644
index 21f2ef41ef3..00000000000
--- a/www/amaya/patches/patch-ao
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ao,v 1.3 2011/07/02 22:19:30 dholland Exp $
-
-- don't truncate intptr_t to int
-
---- Amaya/thotlib/base/structlist.c.orig 2009-10-26 15:53:57.000000000 +0000
-+++ Amaya/thotlib/base/structlist.c
-@@ -596,7 +596,7 @@ static void WrTree (PtrElement pNode, in
- switch (pAttr1->AttrType)
- {
- case AtNumAttr:
-- fprintf (fileDescriptor, "%d", (int)pAttr->AeAttrValue);
-+ fprintf (fileDescriptor, "%lld", (long long)pAttr->AeAttrValue);
- break;
- case AtTextAttr:
- if (pAttr->AeAttrText)