freebsd-ports/lang/gcl/files/patch-o_unixfasl.c
Mark Murray 4e90ca4aa5 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.
2003-09-14 15:10:02 +00:00

11 lines
361 B
C

--- ./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