File spandsp.patch of Package spandsp
diff -ur spandsp-0.0.6.orig/configure spandsp-0.0.6/configure
--- spandsp-0.0.6.orig/configure 2011-06-02 18:48:37.214013616 +0200
+++ spandsp-0.0.6/configure 2011-06-02 18:49:33.410012055 +0200
@@ -28574,7 +28574,7 @@
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_RealFile'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_RealFile'}'`" >&6
if test `eval echo '${'$as_ac_RealFile'}'` = yes; then
- libdir='$(exec_prefix)/lib64'
+ libdir='${exec_prefix}/lib64'
fi
echo "$as_me:$LINENO: checking for /usr/X11R6/lib64" >&5
diff -ur spandsp-0.0.6.orig/configure.ac spandsp-0.0.6/configure.ac
--- spandsp-0.0.6.orig/configure.ac 2011-06-02 18:48:37.196014473 +0200
+++ spandsp-0.0.6/configure.ac 2011-06-02 18:49:54.290006447 +0200
@@ -258,7 +258,7 @@
case "${host}" in
x86_64-*)
# X86_64 Linux machines may have both 64 bit and 32 bit libraries. We need to choose the right set
- AX_CHECK_REAL_FILE([${prefix}/lib64], libdir='$(exec_prefix)/lib64')
+ AX_CHECK_REAL_FILE([${prefix}/lib64], libdir='${exec_prefix}/lib64')
AX_CHECK_REAL_FILE([/usr/X11R6/lib64], [TESTLIBS="$TESTLIBS -L/usr/X11R6/lib64"], AC_CHECK_FILE([/usr/X11R6/lib], [TESTLIBS="$TESTLIBS -L/usr/X11R6/lib"]))
# The very oldest AMD 64 bit chips support SSE2, SSE and MMX
enable_sse2="yes"