summaryrefslogtreecommitdiff
path: root/math/ruby-rb-gsl/patches/patch-aa
blob: 986e76b197e3fe04ec482d3d551820c81f4bb2b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1 2008/06/19 14:51:16 taca Exp $

--- ext/min.c.orig	2007-08-11 04:46:52.000000000 +0000
+++ ext/min.c
@@ -123,7 +123,7 @@ static VALUE rb_gsl_min_fminimizer_x_upp
   return rb_float_new(gsl_min_fminimizer_x_upper(gmf));
 }
 
-#ifndef GSL_1_2_LATER
+#ifndef GSL_1_0_LATER
 static double gsl_min_fminimizer_x_minimum(const gsl_min_fminimizer * s)
 {  
   /*  return s->x_minimum;*/