mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
A build fix.
Submitted by: many (thanks folks!) Approved by: portmgr (pav)
This commit is contained in:
parent
f05bffc52c
commit
73f3a0d1a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220446
1 changed files with 15 additions and 0 deletions
15
math/octave-devel/files/patch-configure.in
Normal file
15
math/octave-devel/files/patch-configure.in
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- 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)
|
Loading…
Add table
Reference in a new issue