diff options
Diffstat (limited to 'www/mapedit/files/patch-aa')
-rw-r--r-- | www/mapedit/files/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/mapedit/files/patch-aa b/www/mapedit/files/patch-aa deleted file mode 100644 index e9165ace2434..000000000000 --- a/www/mapedit/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -*** gd.c.orig Sun Mar 17 19:28:12 1996 ---- gd.c Sun Mar 17 19:29:10 1996 -*************** -*** 1,4 **** ---- 1,8 ---- -+ #ifdef __FreeBSD__ -+ #include <stdlib.h> -+ #else - #include <malloc.h> -+ #endif - #include <stdio.h> - #include <math.h> - #include <string.h> |