From d462f6d1d395b2fa1ba367df85d7cf94c1d798b7 Mon Sep 17 00:00:00 2001 From: johnny Date: Wed, 8 Mar 2006 15:50:13 +0000 Subject: [PATCH] - How to spend two hours tracking a bug of Unipd's laboratory broken distribution (how fscking unbelievable!) git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@508 3ecf2c5c-341e-0410-92b4-d18e462d057c --- config/libtool-labunipd-sgpemfix.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config/libtool-labunipd-sgpemfix.patch diff --git a/config/libtool-labunipd-sgpemfix.patch b/config/libtool-labunipd-sgpemfix.patch new file mode 100644 index 0000000..bd2a00f --- /dev/null +++ b/config/libtool-labunipd-sgpemfix.patch @@ -0,0 +1,13 @@ +--- libtool.orig 2006-03-08 16:34:38.000000000 +0100 ++++ libtool 2006-03-08 16:37:37.000000000 +0100 +@@ -2402,6 +2402,10 @@ + *) . ./$lib ;; + esac + ++ # Sirius Cybernetics Corporation -- Hack for fixing the broken unipd installation ++ libdir=${libdir/%\/./} ++ # Sirius Cybernetics Corporation -- End Of The Hack ++ + if test "$linkmode,$pass" = "lib,link" || + test "$linkmode,$pass" = "prog,scan" || + { test "$linkmode" != prog && test "$linkmode" != lib; }; then