diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-06-05 20:35:12 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-06-05 20:35:12 +0000 |
commit | f9bcf6c72044cadaa2a5a445c909cba92506a128 (patch) | |
tree | 08ba98829819583563ec81bb8b0025665a254b5e /lang/wamcc/files/patch-ae | |
parent | Update to 2.2.1. (diff) |
* Upgrade to 2.23.
* Remove BROKEN.
PR: ports/52922
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Notes
Notes:
svn path=/head/; revision=82327
Diffstat (limited to 'lang/wamcc/files/patch-ae')
-rw-r--r-- | lang/wamcc/files/patch-ae | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/lang/wamcc/files/patch-ae b/lang/wamcc/files/patch-ae index b8b6e2009d58..41b925fc80b3 100644 --- a/lang/wamcc/files/patch-ae +++ b/lang/wamcc/files/patch-ae @@ -1,14 +1,12 @@ ---- src/machine.c.orig Sun Dec 18 12:15:59 1994 -+++ src/machine.c Tue Sep 14 04:16:29 1999 -@@ -52,7 +52,11 @@ - +--- src/machine.c.orig Wed Jun 4 10:56:56 2003 ++++ src/machine.c Wed Jun 4 10:57:22 2003 +@@ -53,7 +53,9 @@ #endif + #ifndef M_pc_linux_elf +#if !defined(M_i386_freebsd) && !defined(M_alpha_freebsd) -+ extern char *sys_errlist[]; -+ +#endif - + #endif |