diff options
author | andreas <andreas@FreeBSD.org> | 1997-04-04 19:36:41 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-04-04 19:36:41 +0000 |
commit | c045022ef5c7a80076b537d7409e37ee8e4d848e (patch) | |
tree | c80224685df1ea2b16fd7cc974f357189b666b48 /www/mapedit/files | |
parent | 9db654bd201ea98edebe7b6302c8c5dd63e1dc84 (diff) | |
download | FreeBSD-ports-c045022ef5c7a80076b537d7409e37ee8e4d848e.zip FreeBSD-ports-c045022ef5c7a80076b537d7409e37ee8e4d848e.tar.gz |
Upgraded mapedit port to v 2.24.
New: this package is only available as binary, but it's a FreeBSD one ;-)
The author gave me permission via e-mail, that we are allowed to put it
onto the FreeBSD CD-Rom.
Reviewed by:
Submitted by:
Obtained from:
Diffstat (limited to 'www/mapedit/files')
-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 e9165ac..0000000 --- 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> |