summaryrefslogtreecommitdiff
path: root/math/laspack/files/patch-makefile
diff options
context:
space:
mode:
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.