diff --git a/app-text/openjade.fixed/files/openjade-1.3.2-lib64-fix.patch b/app-text/openjade.fixed/files/openjade-1.3.2-lib64-fix.patch deleted file mode 100644 --- a/app-text/openjade.fixed/files/openjade-1.3.2-lib64-fix.patch +++ /dev/null @@ -1,24 +0,0 @@ -See https://bugs.gentoo.org/show_bug.cgi?id=235610 - ---- config/configure.in -+++ config/configure.in -@@ -53,7 +53,7 @@ - esac - # On PPC64 libosp is to be found in /usr/lib64; thus - # fall back to this directory --test -d ${osplibdir}64 && osplibdir=${osplibdir}64 -+test -f ${osplibdir}64/libosp.la && osplibdir=${osplibdir}64 - AC_MSG_CHECKING(location of OpenSP Library) - AC_ARG_ENABLE(splibdir, - [ --enable-splibdir=pathlist ---- configure -+++ configure -@@ -1753,7 +1753,7 @@ - esac - # On PPC64 libosp is to be found in /usr/lib64; thus - # fall back to this directory --test -d ${osplibdir}64 && osplibdir=${osplibdir}64 -+test -f ${osplibdir}64/libosp.la && osplibdir=${osplibdir}64 - echo "$as_me:$LINENO: checking location of OpenSP Library" >&5 - echo $ECHO_N "checking location of OpenSP Library... $ECHO_C" >&6 - # Check whether --enable-splibdir or --disable-splibdir was given.