summaryrefslogtreecommitdiff
path: root/devel/ORBit/files/patch-libIDL::ltmain.sh
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-10-09 07:30:46 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-10-09 07:30:46 +0000
commit25ba3e5428c01637e756441e8228254dd6dd0d28 (patch)
treea388aa078c70fef28f0f9ca946eb3e68e1c657a7 /devel/ORBit/files/patch-libIDL::ltmain.sh
parentUpdate version number of gtkhtml shared library. (diff)
Update to 0.5.10.
Notes
Notes: svn path=/head/; revision=48585
Diffstat (limited to 'devel/ORBit/files/patch-libIDL::ltmain.sh')
-rw-r--r--devel/ORBit/files/patch-libIDL::ltmain.sh18
1 files changed, 18 insertions, 0 deletions
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"