r40421 - /desktop/unstable/ekiga/debian/patches/boost.patch

dedu-guest at users.alioth.debian.org dedu-guest at users.alioth.debian.org
Sat Jan 18 13:05:09 UTC 2014


Author: dedu-guest
Date: Sat Jan 18 13:05:09 2014
New Revision: 40421

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40421
Log:
Complete boost patch

Modified:
    desktop/unstable/ekiga/debian/patches/boost.patch

Modified: desktop/unstable/ekiga/debian/patches/boost.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/patches/boost.patch?rev=40421&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/patches/boost.patch	[utf-8] (original)
+++ desktop/unstable/ekiga/debian/patches/boost.patch	[utf-8] Sat Jan 18 13:05:09 2014
@@ -29,3 +29,22 @@
  
      dnl first we check the system location for boost libraries
      dnl this location ist chosen if boost libraries are installed with the --layout=system option
+--- a/configure	2014-01-18 13:41:38.899750125 +0100
++++ b/configure	2014-01-18 13:45:41.336952274 +0100
+@@ -17800,9 +17800,14 @@
+ 
+                         libsubdirs="lib"
+     ax_arch=`uname -m`
+-    if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o $ax_arch = sparc64; then
++
++    case $ax_arch in
++      x86_64|ppc64|s390x|sparc64|aarch64)
+         libsubdirs="lib64 lib lib64"
+-    fi
++        ;;
++    esac
++
++    libsubdirs="lib/${host_cpu}-${host_os} $libsubdirs"
+ 
+                 if test "$ac_boost_path" != ""; then
+         BOOST_CPPFLAGS="-I$ac_boost_path/include"




More information about the pkg-gnome-commits mailing list