summaryrefslogtreecommitdiff
path: root/libtool/libtool-1.5.6
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-15 09:25:52 +0000
committerChris Larson <clarson@kergoth.com>2004-05-15 09:25:52 +0000
commita7e6ffc36d48d39289f3de179991a82b9d7ba25b (patch)
treeb17f627d0c2a60d9db9402ba554b16c2f4af89e8 /libtool/libtool-1.5.6
parent16ca4e15f9a50e564a175a853345db265b80ce00 (diff)
Unbork libtool builds that dont specify --tag.
BKrev: 40a5e220cWn2dToDOd6PxhB4S2TFpA
Diffstat (limited to 'libtool/libtool-1.5.6')
-rw-r--r--libtool/libtool-1.5.6/tag.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/libtool/libtool-1.5.6/tag.patch b/libtool/libtool-1.5.6/tag.patch
index e69de29bb2..8921a3efb7 100644
--- a/libtool/libtool-1.5.6/tag.patch
+++ b/libtool/libtool-1.5.6/tag.patch
@@ -0,0 +1,19 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- libtool-1.5.6/ltmain.in~tag 2004-05-15 05:14:32.000000000 -0400
++++ libtool-1.5.6/ltmain.in 2004-05-15 05:18:01.000000000 -0400
+@@ -226,8 +226,9 @@
+ # line option must be used.
+ if test -z "$tagname"; then
+ $echo "$modename: unable to infer tagged configuration"
+- $echo "$modename: specify a tag with \`--tag'" 1>&2
+- exit $EXIT_FAILURE
++ $echo "$modename: defaulting to \`CC'"
++ $echo "$modename: if this is not correct, specify a tag with \`--tag'"
++# exit $EXIT_FAILURE
+ # else
+ # $echo "$modename: using $tagname tagged configuration"
+ fi