aboutsummaryrefslogtreecommitdiff
path: root/java/classpath/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-09-01 08:37:04 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-09-01 08:37:04 +0000
commit4141ec7ce4de5f8ca67614aa954969003963dccd (patch)
tree9ecf2a3c73b65194abd57d05ae82f6c1d261f532 /java/classpath/files
parentc85d4f8b7706f8f1cebfec822022fb9db9ead261 (diff)
downloadports-4141ec7ce4de5f8ca67614aa954969003963dccd.tar.gz
ports-4141ec7ce4de5f8ca67614aa954969003963dccd.zip
Notes
Diffstat (limited to 'java/classpath/files')
-rw-r--r--java/classpath/files/patch-ltmain.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/java/classpath/files/patch-ltmain.sh b/java/classpath/files/patch-ltmain.sh
new file mode 100644
index 000000000000..ade64300a950
--- /dev/null
+++ b/java/classpath/files/patch-ltmain.sh
@@ -0,0 +1,15 @@
+--- ltmain.sh.orig Wed Sep 1 15:46:52 2004
++++ ltmain.sh Wed Sep 1 15:47:02 2004
+@@ -5550,10 +5550,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"