aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/xmms/files/patch-ltmain.sh
blob: 3513c55b8eb919514662cd7673be059c20bbf44d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

$FreeBSD$

--- ltmain.sh.orig  Mon Sep 24 14:12:50 2001
+++ ltmain.sh   Tue Mar  5 11:16:25 2002
@@ -2444,6 +2444,9 @@
      *-*-openbsd*)
        # Do not include libc due to us having libc/libc_r.
        ;;
+     *-*-freebsd*)
+       # FreeBSD doesn't need this...
+       ;;
      *)
        # Add libc to deplibs on all other systems if necessary.
        if test $build_libtool_need_lc = "yes"; then
@@ -4210,10 +4213,12 @@
    fi
 
    # Install the pseudo-library for information purposes.
+   if /usr/bin/false; then
    name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
    instname="$dir/$name"i
    $show "$install_prog $instname $destdir/$name"
    $run eval "$install_prog $instname $destdir/$name" || exit $?
+   fi
 
    # Maybe install the static library, too.
    test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
span>2-8/+8 * Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-5/+5 * Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-131-1/+1 * - Update to 0.9.1amdmi32015-11-074-25/+3 * Remove BROKEN on Tier-2 systems statements which no longer true at leastdanfe2015-09-201-2/+0 * - Drop 8.x-related conditions for my portsamdmi32015-08-031-3/+2 * Convert to USES=jpegantoine2015-06-231-3/+2 * - Fix BROKEN_powerpcamdmi32015-06-061-9/+4 * Fix build on 9.x i386amdmi32015-06-021-0/+10