public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libee/files: 0.3.2-add_math_lib_configure.patch 0.3.2-add_math_lib_pc_in.patch
@ 2012-04-23 14:05 Maxim Koltsov (maksbotan)
  0 siblings, 0 replies; only message in thread
From: Maxim Koltsov (maksbotan) @ 2012-04-23 14:05 UTC (permalink / raw
  To: gentoo-commits

maksbotan    12/04/23 14:04:59

  Added:                0.3.2-add_math_lib_configure.patch
                        0.3.2-add_math_lib_pc_in.patch
  Log:
  Add 0.4.1 with fix for #409137 and 0.3.2-r2 with backported patch from 0.4.1 for the same bug. Thanks to slepnoga
  
  (Portage version: 2.1.10.57/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-libs/libee/files/0.3.2-add_math_lib_configure.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libee/files/0.3.2-add_math_lib_configure.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libee/files/0.3.2-add_math_lib_configure.patch?rev=1.1&content-type=text/plain

Index: 0.3.2-add_math_lib_configure.patch
===================================================================
diff -r fb643518cffc configure.ac
--- a/configure.ac	Sun Apr 22 18:45:47 2012 +0300
+++ b/configure.ac	Sun Apr 22 18:48:05 2012 +0300
@@ -18,11 +18,8 @@
 AC_PROG_LIBTOOL
 
 # Checks for libraries.
-save_LIBS=$LIBS
-LIBS=
-#AC_SEARCH_LIBS(clock_gettime, rt)
+AC_SEARCH_LIBS(pow, m)
 #rt_libs=$LIBS
-LIBS=$save_LIBS
 
 # We CURRENTLY do NOT need libxml, but this will change at a later stage.
 # If we need libxml, we need it for features which some may not find essential.



1.1                  dev-libs/libee/files/0.3.2-add_math_lib_pc_in.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libee/files/0.3.2-add_math_lib_pc_in.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libee/files/0.3.2-add_math_lib_pc_in.patch?rev=1.1&content-type=text/plain

Index: 0.3.2-add_math_lib_pc_in.patch
===================================================================
diff -r fb643518cffc libee.pc.in
--- a/libee.pc.in	Sun Apr 22 18:45:47 2012 +0300
+++ b/libee.pc.in	Sun Apr 22 18:53:55 2012 +0300
@@ -6,5 +6,5 @@
 Name: libee
 Description: event expression library, based on CEE ideas
 Version: @VERSION@
-Libs: -L${libdir} @rt_libs@ -lee 
+Libs: -L${libdir} -lee @rt_libs@
 Cflags: -I${includedir}






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

only message in thread, other threads:[~2012-04-23 14:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-23 14:05 [gentoo-commits] gentoo-x86 commit in dev-libs/libee/files: 0.3.2-add_math_lib_configure.patch 0.3.2-add_math_lib_pc_in.patch Maxim Koltsov (maksbotan)

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