diff options
Diffstat (limited to 'www/amaya/patches/patch-af')
-rw-r--r-- | www/amaya/patches/patch-af | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/amaya/patches/patch-af b/www/amaya/patches/patch-af new file mode 100644 index 00000000000..f4db67257a1 --- /dev/null +++ b/www/amaya/patches/patch-af @@ -0,0 +1,14 @@ +$NetBSD: patch-af,v 1.7 2006/10/07 19:16:57 schwarz Exp $ + +--- ../thotlib/view/tesse.c.orig 2006-10-06 21:36:50.000000000 +0200 ++++ ../thotlib/view/tesse.c 2006-10-06 21:37:08.000000000 +0200 +@@ -11,7 +11,9 @@ + */ + + #include <stdio.h> ++#ifndef _MACOS + #include <malloc.h> ++#endif + #include <string.h> + + #ifdef _WINGUI |