diff options
Diffstat (limited to 'devel/ORBit2/files/patch-libIDL::ltmain.sh')
-rw-r--r-- | devel/ORBit2/files/patch-libIDL::ltmain.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/ORBit2/files/patch-libIDL::ltmain.sh b/devel/ORBit2/files/patch-libIDL::ltmain.sh new file mode 100644 index 000000000000..0d35f77b6fb7 --- /dev/null +++ b/devel/ORBit2/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" |