openjade-1.3.2-lib64-fix.patch 878 B

12345678910111213141516171819202122232425
  1. See https://bugs.gentoo.org/show_bug.cgi?id=235610
  2. --- config/configure.in
  3. +++ config/configure.in
  4. @@ -53,7 +53,7 @@
  5. esac
  6. # On PPC64 libosp is to be found in /usr/lib64; thus
  7. # fall back to this directory
  8. -test -d ${osplibdir}64 && osplibdir=${osplibdir}64
  9. +test -f ${osplibdir}64/libosp.la && osplibdir=${osplibdir}64
  10. AC_MSG_CHECKING(location of OpenSP Library)
  11. AC_ARG_ENABLE(splibdir,
  12. [ --enable-splibdir=pathlist
  13. --- configure
  14. +++ configure
  15. @@ -1753,7 +1753,7 @@
  16. esac
  17. # On PPC64 libosp is to be found in /usr/lib64; thus
  18. # fall back to this directory
  19. -test -d ${osplibdir}64 && osplibdir=${osplibdir}64
  20. +test -f ${osplibdir}64/libosp.la && osplibdir=${osplibdir}64
  21. echo "$as_me:$LINENO: checking location of OpenSP Library" >&5
  22. echo $ECHO_N "checking location of OpenSP Library... $ECHO_C" >&6
  23. # Check whether --enable-splibdir or --disable-splibdir was given.