1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/lang/gcl/files/patch-ak
1999-11-25 18:34:01 +00:00

12 lines
353 B
Plaintext

--- o/unixfasl.c.orig Thu Nov 25 01:11:50 1999
+++ o/unixfasl.c Thu Nov 25 01:12:20 1999
@@ -282,7 +282,7 @@
object faslfile, ldargstring;
{
-#if defined(__linux__) && defined(__ELF__)
+#if (defined(__linux__) || defined(__FreeBSD__)) && defined(__ELF__)
FEerror("faslink() not supported for ELF yet",0);
#else
struct exec header, faslheader;