[synthv1] fix patch

Peter Robinson pbrobinson at fedoraproject.org
Thu Jul 3 12:26:08 UTC 2014


commit c702f8c079dfcc2c46856a068c0c922f3c38b822
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Thu Jul 3 13:26:09 2014 +0100

    fix patch

 synthv1-0.4.1-lib64.patch |   27 ---------------------------
 1 files changed, 0 insertions(+), 27 deletions(-)
---
diff --git a/synthv1-0.4.1-lib64.patch b/synthv1-0.4.1-lib64.patch
index efa651c..3b59371 100644
--- a/synthv1-0.4.1-lib64.patch
+++ b/synthv1-0.4.1-lib64.patch
@@ -25,30 +25,3 @@ aarch64, ppc64, s390x also use lib64
      LIBS="-L$X/lib $LIBS"
      ac_libs="-L$X/lib $ac_libs"
    fi
-aarch64, ppc64, s390x also use lib64
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -167,6 +167,8 @@ ac_topdirs="/usr/share /usr/lib"
- if test "x$ac_arch" = "xx86_64"; then
-    CFLAGS="-fPIC $CFLAGS"
-    CPPFLAGS="-fPIC $CPPFLAGS"
-+fi
-+if test -d /usr/lib64; then
-    ac_topdirs="$ac_topdirs /usr/lib64"
- fi
- 
-@@ -199,11 +201,10 @@ for X in $ac_with_paths; do
-     CPPFLAGS="-I$X/include $CPPFLAGS"
-     ac_incpath="$X/include $ac_incpath"
-   fi
--  if test "x$ac_arch" = "xx86_64" -a -d $X/lib64; then
-+  if test -d $X/lib64; then
-     LIBS="-L$X/lib64 $LIBS"
-     ac_libs="-L$X/lib64 $ac_libs"
--  fi
--  if test -d $X/lib; then
-+  elif test -d $X/lib; then
-     LIBS="-L$X/lib $LIBS"
-     ac_libs="-L$X/lib $ac_libs"
-   fi


More information about the scm-commits mailing list