public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-plugins/gnash/files: gnash-0.8.3-boost-dynamic-link.patch
@ 2009-04-10 20:58 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2009-04-10 20:58 UTC (permalink / raw
  To: gentoo-commits

ulm         09/04/10 20:58:10

  Added:                gnash-0.8.3-boost-dynamic-link.patch
  Log:
  Package moved from net-www to www-plugins, bug 265569.
  (Portage version: 2.2_rc28/cvs/Linux i686)

Revision  Changes    Path
1.1                  www-plugins/gnash/files/gnash-0.8.3-boost-dynamic-link.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/files/gnash-0.8.3-boost-dynamic-link.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/files/gnash-0.8.3-boost-dynamic-link.patch?rev=1.1&content-type=text/plain

Index: gnash-0.8.3-boost-dynamic-link.patch
===================================================================
Index: boost.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/boost.m4,v
retrieving revision 1.74
diff -u -r1.74 boost.m4
--- macros/boost.m4	16 Jan 2008 00:42:55 -0000	1.74
+++ macros/boost.m4	19 Jan 2008 18:35:14 -0000
@@ -127,9 +127,9 @@
         missing_libs=""
       fi
       for j in ${boost_libs}; do
-        dirs="`ls -dr $i/libboost_${j}*.${shlibext} $i/libboost_${j}*.a 2>/dev/null`"
+        dirs="`ls -dr $i/libboost_${j}*.so 2>/dev/null`"
         if test -n "${dirs}"; then
-          libname="`echo ${dirs} | sed -e 's:^.*/lib::' -e "s:\.${shlibext}::" -e "s:\.a::"`"
+          libname="`echo ${dirs} | sed -e 's:^.*/lib::' -e "s:\.so::"`"
           if test x$dirname = x; then
             dirname="`echo ${dirs} | sed -e 's:/libboost.*$::'`"
            if test x"${dirname}" != "x/usr/lib"; then
@@ -143,9 +143,9 @@
       done
     done
     for j in ${extra_boost_libs}; do
-      dirs="`ls -dr ${dirname}/libboost_${j}*.${shlibext} ${dirname}/libboost_${j}*.a 2>/dev/null`"
+      dirs="`ls -dr ${dirname}/libboost_${j}*.so 2>/dev/null`"
       if test -n "${dirs}"; then
-          libname="`echo ${dirs} | sed -e 's:^.*/lib::' -e "s:\.${shlibext}::" -e "s:\.a::"`"
+          libname="`echo ${dirs} | sed -e 's:^.*/lib::' -e "s:\.so::"`"
         ac_cv_path_boost_extra_lib="${ac_cv_path_boost_extra_lib} -l${libname}"
       else
         extra_missing_libs="${extra_missing_libs} $j"






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-10 20:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-10 20:58 [gentoo-commits] gentoo-x86 commit in www-plugins/gnash/files: gnash-0.8.3-boost-dynamic-link.patch Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox