aboutsummaryrefslogtreecommitdiffstats
path: root/databases/libgda2/files/patch-ltmain.sh
blob: 98cb05e4ddb30701ebfaf105de606af3721f8a13 (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   2001/08/27 09:51:26 1.1
+++ ltmain.sh   2001/08/27 09:51:42
@@ -2408,6 +2408,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.
        if test "$build_libtool_need_lc" = "yes"; then
@@ -4175,10 +4178,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"
0f091e50819b1c07aa8d03455'>Remove USE_REINPLACE from categories starting with Tedwin2006-05-131-1/+0 * Add SHA256 checksumlioux2005-11-111-0/+1 * Update to 0.7.6lioux2005-11-022-3/+3 * Update to 0.7.5lioux2005-09-182-3/+3 * o Update to 0.7.4lioux2005-05-292-3/+8 * Update to 0.7.3lioux2005-03-102-3/+3 * Update to 0.7.2lioux2004-10-152-3/+3 * Update to 0.7.1; remove unneeded USE_GCC; update master sites (old and newlinimon2004-08-242-16/+4 * Update to 0.7.0lioux2004-06-242-4/+6 * Update to 0.6.5lioux2004-03-272-5/+3 * o Play nice in FreeBSD series before 5.x, defaulting on all mkvtoolnixlioux2004-03-141-5/+6 * o FreeBSD 5.x series had gcc 3.2.x per default up until OSVERSIONlioux2004-02-241-1/+6 * o Make sure that:lioux2004-02-241-1/+7 * Update to 0.6.4lioux2004-02-243-10/+8 * USE_SIZEifylioux2004-02-082-0/+2 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * Update to 0.4.3lioux2003-05-232-3/+10