summarylogtreecommitdiffstats
path: root/Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.patch')
-rw-r--r--Makefile.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/Makefile.patch b/Makefile.patch
new file mode 100644
index 000000000000..307799eae4c8
--- /dev/null
+++ b/Makefile.patch
@@ -0,0 +1,37 @@
+*** Makefile 2008-02-10 12:13:18.000000000 +0100
+--- Makefile.new 2009-06-25 19:24:43.000000000 +0200
+***************
+*** 47,62 ****
+ # Edit the following lines to meet your needs
+
+ # Path to install the headerfiles
+! INCLUDE_PATH = /usr/include/hashlib++
+
+ # Path to install the library
+! LIB_PATH = /usr/local/lib/
+
+ # Compiler to use
+ COMPILER = g++
+
+ # Global options for the compiler
+! COPTIONS = -ansi -Wall -Wextra
+
+ #-----------------------------------------------------------------------
+ # DON'T CHANGE ANYTHING BELOW
+--- 47,62 ----
+ # Edit the following lines to meet your needs
+
+ # Path to install the headerfiles
+! INCLUDE_PATH = $(DESTDIR)/usr/include/hashlib++
+
+ # Path to install the library
+! LIB_PATH = $(DESTDIR)/usr/lib/
+
+ # Compiler to use
+ COMPILER = g++
+
+ # Global options for the compiler
+! COPTIONS = -ansi -Wall -Wextra -fPIC
+
+ #-----------------------------------------------------------------------
+ # DON'T CHANGE ANYTHING BELOW