diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-25 18:34:01 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-25 18:34:01 +0000 |
commit | a1d94b37d5e4eae5278ec6ab5579acaee1e3b234 (patch) | |
tree | 0ff86db0f53148098befde196e8bde7237e2baab /lang/gcl/files/patch-ak | |
parent | Switch to tcl/tk 8.2 (diff) |
Unbreak and upgrade to gcl-2.3
Diffstat (limited to 'lang/gcl/files/patch-ak')
-rw-r--r-- | lang/gcl/files/patch-ak | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/gcl/files/patch-ak b/lang/gcl/files/patch-ak new file mode 100644 index 000000000000..888e7265ee80 --- /dev/null +++ b/lang/gcl/files/patch-ak @@ -0,0 +1,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; |