summaryrefslogtreecommitdiff
path: root/lang/smalltalk/files/patch-ltmain.sh
blob: 18b8bb044f940f8ed9213c00be1e0b5e9666da8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- config/ltmain.sh.orig	Fri Jun 14 06:37:06 2002
+++ config/ltmain.sh	Thu Jun 27 01:04:35 2002
@@ -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.