diff options
Diffstat (limited to 'lang/smalltalk/files/patch-ltmain.sh')
-rw-r--r-- | lang/smalltalk/files/patch-ltmain.sh | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/smalltalk/files/patch-ltmain.sh b/lang/smalltalk/files/patch-ltmain.sh new file mode 100644 index 000000000000..e5e0c61703c6 --- /dev/null +++ b/lang/smalltalk/files/patch-ltmain.sh @@ -0,0 +1,20 @@ +--- ltmain.sh.orig Thu Apr 26 19:21:26 2001 ++++ ltmain.sh Fri Nov 2 02:58:37 2001 +@@ -961,6 +961,7 @@ + ;; + + -avoid-version) ++ build_old_libs=no + avoid_version=yes + continue + ;; +@@ -2424,6 +2425,9 @@ + ;; + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. ++ ;; ++ *-*-freebsd*) ++ # FreeBSD doesn't need this... + ;; + *) + # Add libc to deplibs on all other systems if necessary. |