summaryrefslogtreecommitdiff
path: root/lang/gcl/files/patch-ak
blob: 888e7265ee800bff0d34026167689ace2f266225 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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;