public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/geos/files: 3.4.1-solaris-isnan.patch 3.2.0-multipy.patch 3.2.2-disable_static_modules.patch 3.2.2-gcc46.patch 3.2.0-swig2.0.patch
@ 2013-08-19 14:24 Aaron Swenson (titanofold)
  0 siblings, 0 replies; only message in thread
From: Aaron Swenson (titanofold) @ 2013-08-19 14:24 UTC (permalink / raw
  To: gentoo-commits

titanofold    13/08/19 14:24:56

  Added:                3.4.1-solaris-isnan.patch
  Removed:              3.2.0-multipy.patch
                        3.2.2-disable_static_modules.patch
                        3.2.2-gcc46.patch 3.2.0-swig2.0.patch
  Log:
  Version bump. Clean out old versions and related patch files.
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)

Revision  Changes    Path
1.1                  sci-libs/geos/files/3.4.1-solaris-isnan.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/geos/files/3.4.1-solaris-isnan.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/geos/files/3.4.1-solaris-isnan.patch?rev=1.1&content-type=text/plain

Index: 3.4.1-solaris-isnan.patch
===================================================================
diff -Naruw geos-3.4.1.orig/include/geos/platform.h.in geos-3.4.1/include/geos/platform.h.in
--- geos-3.4.1.orig/include/geos/platform.h.in	2013-08-17 14:08:04.000000000 +0000
+++ geos-3.4.1/include/geos/platform.h.in	2013-08-18 22:00:59.412676805 +0000
@@ -96,8 +96,9 @@
    // It does leave a version in std.
 #  define ISNAN(x) (std::isnan(x))
 # elif defined(__sun) || defined(__sun__)
+#  define _XOPEN_SOURCE 600     // force iso/math_c99
 #  include <math.h>
-#  define ISNAN(x) (::isnan(x))
+#  define ISNAN(x) (std::isnan(x))
 # endif
 #endif
 





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

only message in thread, other threads:[~2013-08-19 14:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-19 14:24 [gentoo-commits] gentoo-x86 commit in sci-libs/geos/files: 3.4.1-solaris-isnan.patch 3.2.0-multipy.patch 3.2.2-disable_static_modules.patch 3.2.2-gcc46.patch 3.2.0-swig2.0.patch Aaron Swenson (titanofold)

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