diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-29 14:40:22 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-29 14:40:22 +0000 |
| commit | 341c6248aed73f05ed8e75174c10508d050f1a34 (patch) | |
| tree | c5ab0cb3ae246f816d438d369bb71ab51d214b40 /math/tomsfastmath/files/patch-makefile | |
| parent | Add vii 4.0, execute a command repeatedly and scroll the output. (diff) | |
A portable fixed precision math library designed for very fast
exponentiations.
PR: ports/85044
Submitted by: Wesley Shields <wxs@csh.rit.edu>
Diffstat (limited to 'math/tomsfastmath/files/patch-makefile')
| -rw-r--r-- | math/tomsfastmath/files/patch-makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/math/tomsfastmath/files/patch-makefile b/math/tomsfastmath/files/patch-makefile new file mode 100644 index 000000000000..fd643d5705ca --- /dev/null +++ b/math/tomsfastmath/files/patch-makefile @@ -0,0 +1,16 @@ +--- makefile.orig Fri Aug 5 10:44:08 2005 ++++ makefile Fri Aug 5 10:45:03 2005 +@@ -49,11 +49,11 @@ + HEADERS=tfm.h + + ifndef LIBPATH +- LIBPATH=/usr/lib ++ LIBPATH=${PREFIX}/lib + endif + + ifndef INCPATH +- INCPATH=/usr/include ++ INCPATH=${PREFIX}/include + endif + + ifndef INSTALL_GROUP |
