diff options
author | Mark Murray <markm@FreeBSD.org> | 2003-09-14 15:10:02 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2003-09-14 15:10:02 +0000 |
commit | 4e90ca4aa54466db63baff155923a482bba9ca69 (patch) | |
tree | 012c72771cb9e613189456bc5f41f857a48c2a2d /lang/gcl/files/patch-unixport::rsym_elf.c | |
parent | unbreak package at bento(i386/RELENG_4): (diff) |
Rescue a hosed port from death row. GCL is now healthy enough to
compile and run Maxima (see math/). Make portlint-clean as well.
Claim maintainership in case it breaks again.
Diffstat (limited to 'lang/gcl/files/patch-unixport::rsym_elf.c')
-rw-r--r-- | lang/gcl/files/patch-unixport::rsym_elf.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/gcl/files/patch-unixport::rsym_elf.c b/lang/gcl/files/patch-unixport::rsym_elf.c deleted file mode 100644 index c809d6478b32..000000000000 --- a/lang/gcl/files/patch-unixport::rsym_elf.c +++ /dev/null @@ -1,13 +0,0 @@ ---- unixport/rsym_elf.c.orig Sat May 13 19:40:14 2000 -+++ unixport/rsym_elf.c Mon Dec 3 22:49:54 2001 -@@ -11,8 +11,9 @@ - */ - - #include "string.h" --#ifdef __linux__ -+#if defined(__linux__) || defined(__ELF__) - /* Needed these to get it working with Linux. Bill Metzenthen 23 May 95 */ -+/* Also with FreeBSD 4.3. Tim Pierce, 1 December 2001 */ - #define IN_RSYM 1 - #include <stdio.h> - |