diff options
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 |
