From 4e90ca4aa54466db63baff155923a482bba9ca69 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sun, 14 Sep 2003 15:10:02 +0000 Subject: 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. --- lang/gcl/files/patch-o_unixfasl.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/gcl/files/patch-o_unixfasl.c (limited to 'lang/gcl/files/patch-o_unixfasl.c') diff --git a/lang/gcl/files/patch-o_unixfasl.c b/lang/gcl/files/patch-o_unixfasl.c new file mode 100644 index 000000000000..7f731f935872 --- /dev/null +++ b/lang/gcl/files/patch-o_unixfasl.c @@ -0,0 +1,11 @@ +--- ./o/unixfasl.c.orig Sat Feb 15 00:38:28 2003 ++++ ./o/unixfasl.c Sat Sep 13 23:52:25 2003 +@@ -282,7 +282,7 @@ + static int + faslink(object faslfile, object ldargstring) + { +-#if defined(__linux__) && defined(__ELF__) ++#if (defined(__linux__) || defined(__FreeBSD__)) && defined(__ELF__) + FEerror("faslink() not supported for ELF yet",0); + return 0; + #else -- cgit v1.2.3