freebsd-ports/devel/libredblack/files/patch-aa
Scott Mace c3c3d17a5c Add libredblack 1.1.0
Library that provides the red-black balanced tree algorithm
2002-04-15 18:38:18 +00:00

25 lines
783 B
Text

--- ltmain.sh.orig Fri Mar 3 10:50:28 2000
+++ ltmain.sh Mon Apr 15 12:52:12 2002
@@ -1795,6 +1795,9 @@
*-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*)
# these systems don't actually have a c library (as such)!
;;
+ *-*-freebsd*)
+ # FreeBSD doesn't need this...
+ ;;
*)
# Add libc to deplibs on all other systems.
deplibs="$deplibs -lc"
@@ -3348,10 +3351,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"