From 25ba3e5428c01637e756441e8228254dd6dd0d28 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 9 Oct 2001 07:30:46 +0000 Subject: Update to 0.5.10. --- devel/ORBit/files/patch-libIDL::ltmain.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 devel/ORBit/files/patch-libIDL::ltmain.sh (limited to 'devel/ORBit/files/patch-libIDL::ltmain.sh') diff --git a/devel/ORBit/files/patch-libIDL::ltmain.sh b/devel/ORBit/files/patch-libIDL::ltmain.sh new file mode 100644 index 000000000000..0d35f77b6fb7 --- /dev/null +++ b/devel/ORBit/files/patch-libIDL::ltmain.sh @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- libIDL/ltmain.sh.orig Wed Oct 3 10:03:39 2001 ++++ libIDL/ltmain.sh Wed Oct 3 15:05:20 2001 +@@ -4175,10 +4175,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" -- cgit v1.2.3