summaryrefslogtreecommitdiff
path: root/lang/gcl/files/patch-o_unixfasl.c
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2003-09-14 15:10:02 +0000
committerMark Murray <markm@FreeBSD.org>2003-09-14 15:10:02 +0000
commit4e90ca4aa54466db63baff155923a482bba9ca69 (patch)
tree012c72771cb9e613189456bc5f41f857a48c2a2d /lang/gcl/files/patch-o_unixfasl.c
parentunbreak 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-o_unixfasl.c')
-rw-r--r--lang/gcl/files/patch-o_unixfasl.c11
1 files changed, 11 insertions, 0 deletions
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