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