pango is ready

This commit is contained in:
Ertuğrul Erata
2015-07-04 15:43:20 +03:00
parent 6da3190be0
commit bfee09872f
24 changed files with 627 additions and 0 deletions
@@ -0,0 +1,24 @@
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.