bicatali    14/06/09 16:31:24

  Modified:             configure-gentoo.patch
  Log:
  Fixed for glibc underlinking, thanks to Ted Tanberry and Kobboi, bug #512472
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
0x13CB1360)

Revision  Changes    Path
1.2                  sci-mathematics/euler/files/configure-gentoo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/euler/files/configure-gentoo.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/euler/files/configure-gentoo.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/euler/files/configure-gentoo.patch?r1=1.1&r2=1.2

Index: configure-gentoo.patch
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sci-mathematics/euler/files/configure-gentoo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- configure-gentoo.patch      12 Feb 2006 15:45:26 -0000      1.1
+++ configure-gentoo.patch      9 Jun 2014 16:31:24 -0000       1.2
@@ -10,6 +10,17 @@
  AC_PROG_CC
  AM_PROG_CC_STDC
  AC_HEADER_STDC
+@@ -21,6 +19,10 @@
+ 
+ 
+ dnl Checks for libraries.
++dnl Check for libm for fmod()
++AC_SEARCH_LIBS([fmod], [m], [], [
++      AC_MSG_ERROR([unable to find the fmod() function])
++])
+ 
+ 
+ dnl Checks for header files.
 diff -Naur euler-1.61.0/src/Makefile.am euler-1.61.0-new/src/Makefile.am
 --- euler-1.61.0/src/Makefile.am       2005-10-30 22:48:35.000000000 +0000
 +++ euler-1.61.0-new/src/Makefile.am   2006-02-08 23:41:32.000000000 +0000




Reply via email to