summaryrefslogtreecommitdiff
path: root/devel/ORBit/files/patch-popt::ltmain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ORBit/files/patch-popt::ltmain.sh')
-rw-r--r--devel/ORBit/files/patch-popt::ltmain.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/ORBit/files/patch-popt::ltmain.sh b/devel/ORBit/files/patch-popt::ltmain.sh
new file mode 100644
index 000000000000..ea7d5ba5ef7b
--- /dev/null
+++ b/devel/ORBit/files/patch-popt::ltmain.sh
@@ -0,0 +1,18 @@
+
+$FreeBSD$
+
+--- popt/ltmain.sh.orig Wed Oct 3 10:03:41 2001
++++ popt/ltmain.sh Wed Oct 3 15:01:07 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"