X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=gsl%2Fgsl-1.10-lib64.patch;fp=gsl%2Fgsl-1.10-lib64.patch;h=4d2cd0482356331f26cf16ef6c2ed70f4e2c478b;hb=cdc4c6f64aa11a6e62288e78e3ae00e3dbb5e674;hp=0000000000000000000000000000000000000000;hpb=381e64d03983258cfcc81cd307944dbc4367a091;p=fedora-mingw.git diff --git a/gsl/gsl-1.10-lib64.patch b/gsl/gsl-1.10-lib64.patch new file mode 100644 index 0000000..4d2cd04 --- /dev/null +++ b/gsl/gsl-1.10-lib64.patch @@ -0,0 +1,23 @@ +diff -up gsl-1.10/gsl-config.in.pom gsl-1.10/gsl-config.in +--- gsl-1.10/gsl-config.in.pom 2001-03-21 15:22:44.000000000 +0100 ++++ gsl-1.10/gsl-config.in 2007-10-24 12:55:20.000000000 +0200 +@@ -58,16 +58,16 @@ while test $# -gt 0; do + ;; + + --cflags) +- echo @GSL_CFLAGS@ ++ echo -I$includedir + ;; + + --libs) + : ${GSL_CBLAS_LIB=-lgslcblas} +- echo @GSL_LIBS@ $GSL_CBLAS_LIB -lm ++ echo -lgsl $GSL_CBLAS_LIB -lm + ;; + + --libs-without-cblas) +- echo @GSL_LIBS@ -lm ++ echo -lgsl -lm + ;; + *) + usage