aboutsummaryrefslogtreecommitdiffstats
path: root/mail/xc-mail/files/patch-aa
blob: 5eee1f95b680b2da6557490171fc99878eef423d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- plugins/linkshared.in.orig  Tue Sep 15 16:18:07 1998
+++ plugins/linkshared.in   Sun Oct  1 05:02:54 2000
@@ -26,7 +26,7 @@
 
 case @host@ in
 
-   *-linux-*|*-irix6*|*-freebsd3*|*solaris2*)
+   *-linux-*|*-irix6*|*-freebsd3*|*-freebsd4*|*-freebsd5*|*solaris2*)
        echo @CXX@ -o $dest -shared -Wl,-soname,"$dest" $*
        @CXX@ -o $dest -shared -Wl,-soname,"$dest" $* || die
        ;;