* Remove old patch to workaround the obsolete installation problems
in the UniPD CS lab. git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1330 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
99135b1237
commit
1a11d94277
|
@ -1,13 +0,0 @@
|
||||||
--- 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
|
|
Loading…
Reference in New Issue