summaryrefslogtreecommitdiff
path: root/cad/pdnmesh/files/patch-src+Makefile.in
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-17 08:05:55 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-17 08:05:55 +0000
commit8b1f43254b251ec98f2625575494063893355f7e (patch)
treeceb9050fd087837602e6b31c6cd7efd2ad24cd15 /cad/pdnmesh/files/patch-src+Makefile.in
parentDon't depend on DBD::SQLite (thanks to Jun Kuriyama). (diff)
* Migrate to gfortran.
* Bump port revision. * Use gfortran compiled atlas/blas/lapack. Approved by: portmgr(kris)
Notes
Notes: svn path=/head/; revision=182608
Diffstat (limited to 'cad/pdnmesh/files/patch-src+Makefile.in')
-rw-r--r--cad/pdnmesh/files/patch-src+Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/pdnmesh/files/patch-src+Makefile.in b/cad/pdnmesh/files/patch-src+Makefile.in
new file mode 100644
index 000000000000..3b1020c13ea8
--- /dev/null
+++ b/cad/pdnmesh/files/patch-src+Makefile.in
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig Wed Jan 17 16:58:18 2007
++++ src/Makefile.in Wed Jan 17 16:58:16 2007
+@@ -72,7 +72,7 @@
+ LEXLIB = @LEXLIB@
+ LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBOBJS = @LIBOBJS@
+-LIBS = @LIBS@
++LIBS = @LAPACK_LIBS@ @BLAS_LIBS@ @FLIBS@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
+ MAKEINFO = @MAKEINFO@