summaryrefslogtreecommitdiff
path: root/math/laspack/files/patch-makefile
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2005-07-25 09:05:50 +0000
committerSimon Barner <barner@FreeBSD.org>2005-07-25 09:05:50 +0000
commitbcd4eab4cbfc5558096ce018c35572ab4121637e (patch)
treed81e5d5d789bc6ceeceb7adeb1ca319ce322bc64 /math/laspack/files/patch-makefile
parentUpgrade to 1.3.9 (diff)
Add laspack 1.12.2,
package for solving large sparse systems of linear equations. PR: 83968 Submitted by: Pedro F. Giffuni" <giffunip at asme dot org>
Diffstat (limited to 'math/laspack/files/patch-makefile')
-rw-r--r--math/laspack/files/patch-makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/laspack/files/patch-makefile b/math/laspack/files/patch-makefile
new file mode 100644
index 000000000000..4e1fb9a25266
--- /dev/null
+++ b/math/laspack/files/patch-makefile
@@ -0,0 +1,13 @@
+--- makefile.orig Mon Jul 25 00:24:08 2005
++++ makefile Mon Jul 25 00:24:30 2005
+@@ -21,8 +21,8 @@
+ #
+ # set the destination directories for the library and include files
+ #
+-LIBDEST = $(HOME)/lib$(ARCH_EXT)
+-INCDEST = $(HOME)/include
++LIBDEST = $(PREFIX)/lib
++INCDEST = $(PREFIX)/include
+
+ #
+ # the following text was created automaticaly. You should change it carefully.