From 1a11d942779569d49b3d4386339fe292d7baa6b1 Mon Sep 17 00:00:00 2001 From: tchernobog Date: Sat, 8 Nov 2008 21:20:23 +0000 Subject: [PATCH] * 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 --- config/libtool-labunipd-sgpemfix.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 config/libtool-labunipd-sgpemfix.patch diff --git a/config/libtool-labunipd-sgpemfix.patch b/config/libtool-labunipd-sgpemfix.patch deleted file mode 100644 index bd2a00f..0000000 --- a/config/libtool-labunipd-sgpemfix.patch +++ /dev/null @@ -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