diff options
author | pav <pav@FreeBSD.org> | 2009-02-13 16:14:30 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-02-13 16:14:30 +0800 |
commit | 606d653b4b74aa4110c8b072b5a8e62d51af3245 (patch) | |
tree | a4185333416b53735da770278fc0099aecc482c8 /math | |
parent | 765b92e4bf4069bc8c22b6565ac4fc4420f44e6b (diff) | |
download | freebsd-ports-gnome-606d653b4b74aa4110c8b072b5a8e62d51af3245.tar.gz freebsd-ports-gnome-606d653b4b74aa4110c8b072b5a8e62d51af3245.tar.zst freebsd-ports-gnome-606d653b4b74aa4110c8b072b5a8e62d51af3245.zip |
- Fix build
Submitted by: gerald
Diffstat (limited to 'math')
-rw-r--r-- | math/it++/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/it++/Makefile b/math/it++/Makefile index f5f6eb8b69a9..8ecb8ddcd6e4 100644 --- a/math/it++/Makefile +++ b/math/it++/Makefile @@ -32,6 +32,7 @@ BLAS= -lblas GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-lapack --without-fft +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= yes USE_GMAKE= yes USE_FORTRAN= yes |