public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-visualization/grace/files: grace-5.1.21-netcdf.patch grace-5.1.21-m4-netcdf.patch
@ 2008-06-23  8:25 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2008-06-23  8:25 UTC (permalink / raw
  To: gentoo-commits

bicatali    08/06/23 08:25:54

  Added:                grace-5.1.21-netcdf.patch
  Removed:              grace-5.1.21-m4-netcdf.patch
  Log:
  Fixed netcdf support (bug #228943)
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.1                  sci-visualization/grace/files/grace-5.1.21-netcdf.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/grace/files/grace-5.1.21-netcdf.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/grace/files/grace-5.1.21-netcdf.patch?rev=1.1&content-type=text/plain

Index: grace-5.1.21-netcdf.patch
===================================================================
--- configure.orig	2007-02-16 22:44:49.000000000 +0000
+++ configure	2007-09-28 23:03:29.000000000 +0100
@@ -15181,7 +15181,7 @@
       int main(void) {
         char *vlib;
         vlib = nc_inq_libvers();
-        if (strcmp(vlib, "3.0") < 0) {
+        if (((vlib[0] == '"') && (strcmp(vlib, "\"3.0") < 0)) || ((vlib[0] != '"') && (strcmp(vlib, "3.0") < 0))){
           exit(1);
         }
         exit(0);



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-06-23  8:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-23  8:25 [gentoo-commits] gentoo-x86 commit in sci-visualization/grace/files: grace-5.1.21-netcdf.patch grace-5.1.21-m4-netcdf.patch Sebastien Fabbro (bicatali)

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