summaryrefslogtreecommitdiff
path: root/devel/libredblack/files/patch-aa
diff options
context:
space:
mode:
authorScott Mace <smace@FreeBSD.org>2002-04-15 18:38:18 +0000
committerScott Mace <smace@FreeBSD.org>2002-04-15 18:38:18 +0000
commitc3c3d17a5cf4c6f32567832a0e802540804ca41b (patch)
tree93aa1eb389d714975df1fc4e2b3696d54fa36213 /devel/libredblack/files/patch-aa
parent- Add a patch from the author that fixes a bug in file name (diff)
Add libredblack 1.1.0
Library that provides the red-black balanced tree algorithm
Diffstat (limited to 'devel/libredblack/files/patch-aa')
-rw-r--r--devel/libredblack/files/patch-aa25
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/libredblack/files/patch-aa b/devel/libredblack/files/patch-aa
new file mode 100644
index 000000000000..73f045474004
--- /dev/null
+++ b/devel/libredblack/files/patch-aa
@@ -0,0 +1,25 @@
+--- 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"