diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-10-16 08:30:38 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-10-16 08:30:38 +0000 |
commit | fda5a4d3bcb11f79044b9168ee1cbeafa8048cad (patch) | |
tree | 2923ba4cc5f8900db1b9e72b03be912449543318 /www/arena | |
parent | f005e69fa59b39e568e2c2514b5040f629ccc821 (diff) | |
download | ports-fda5a4d3bcb11f79044b9168ee1cbeafa8048cad.tar.gz ports-fda5a4d3bcb11f79044b9168ee1cbeafa8048cad.zip |
Notes
Diffstat (limited to 'www/arena')
-rw-r--r-- | www/arena/files/patch-ae | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/arena/files/patch-ae b/www/arena/files/patch-ae new file mode 100644 index 000000000000..a6b215204ee7 --- /dev/null +++ b/www/arena/files/patch-ae @@ -0,0 +1,12 @@ +--- ./Arena/Implementation/icon.c.org Thu Mar 21 07:28:53 1996 ++++ ./Arena/Implementation/icon.c Tue Apr 30 00:22:54 1996 +@@ -46,7 +46,9 @@ + #if defined __QNX__ || (defined(sco) && !defined(sco_os5)) + #define index strchr + #else ++#if !defined(index) + extern char *index(); ++#endif + #endif + + static char basis_64[] = |