summaryrefslogtreecommitdiff
path: root/math/octave-devel/files/patch-configure.in
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-02-14 08:21:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-02-14 08:21:18 +0000
commit8784922ccb8bef1837de54aecf4730b6c36f9af2 (patch)
tree6ad5c9750d8c4a8e628165cb5ad1b90f77b3ded2 /math/octave-devel/files/patch-configure.in
parent- Update to 1.32 (diff)
2012-05-10 graphics/solang: BROKEN for more than 6 month
2012-05-10 math/octave-devel: BROKEN for more than 6 month 2012-05-10 net/spnetkit: BROKEN for more than 6 month
Notes
Notes: svn path=/head/; revision=312205
Diffstat (limited to 'math/octave-devel/files/patch-configure.in')
-rw-r--r--math/octave-devel/files/patch-configure.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/math/octave-devel/files/patch-configure.in b/math/octave-devel/files/patch-configure.in
deleted file mode 100644
index 10530030c0da..000000000000
--- a/math/octave-devel/files/patch-configure.in
+++ /dev/null
@@ -1,15 +0,0 @@
---- configure.in~ 2008-07-22 10:30:06.000000000 +0900
-+++ configure.in 2008-09-22 15:04:07.000000000 +0900
-@@ -855,9 +855,10 @@
- ### Checks for BLAS and LAPACK libraries:
- # (Build subdirectories of libcruft if they aren't found on the system.)
- sinclude(acx_blas.m4)
--sinclude(acx_blas_f77_func.m4)
-+#sinclude(acx_blas_f77_func.m4)
- sinclude(acx_lapack.m4)
--ACX_BLAS_WITH_F77_FUNC([], [BLAS_DIR="blas"])
-+ACX_BLAS([], [BLAS_DIR="blas"])
-+#ACX_BLAS_WITH_F77_FUNC([], [BLAS_DIR="blas"])
- ACX_LAPACK([BLAS_LIBS="$LAPACK_LIBS $BLAS_LIBS"], [LAPACK_DIR="lapack"])
- AC_SUBST(BLAS_DIR)
- AC_SUBST(LAPACK_DIR)