summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/gsl/files/gsl-1.13-cblas-vars.patch')
-rw-r--r--sci-libs/gsl/files/gsl-1.13-cblas-vars.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-libs/gsl/files/gsl-1.13-cblas-vars.patch b/sci-libs/gsl/files/gsl-1.13-cblas-vars.patch
new file mode 100644
index 0000000..47f06ca
--- /dev/null
+++ b/sci-libs/gsl/files/gsl-1.13-cblas-vars.patch
@@ -0,0 +1,11 @@
+--- Makefile.am.orig 2009-09-20 22:41:14.000000000 +0400
++++ Makefile.am 2009-09-20 22:39:10.000000000 +0400
+@@ -55,6 +55,8 @@
+ -e 's|@includedir[@]|$(includedir)|g' \
+ -e 's|@GSL_CFLAGS[@]|$(GSL_CFLAGS)|g' \
+ -e 's|@GSL_LIBS[@]|$(GSL_LIBS)|g' \
++ -e 's|@CBLAS_CFLAGS[@]|$(CBLAS_CFLAGS)|g' \
++ -e 's|@CBLAS_LIBS[@]|$(CBLAS_LIBS)|g' \
+ -e 's|@LIBS[@]|$(LIBS)|g' \
+ -e 's|@VERSION[@]|$(VERSION)|g'
+