updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / hashlibpp / Makefile.patch
blob307799eae4c8422c4dc8f0cc9dad2bb27e0fe7b9
1 *** Makefile 2008-02-10 12:13:18.000000000 +0100
2 --- Makefile.new 2009-06-25 19:24:43.000000000 +0200
3 ***************
4 *** 47,62 ****
5 # Edit the following lines to meet your needs
7 # Path to install the headerfiles
8 ! INCLUDE_PATH = /usr/include/hashlib++
10 # Path to install the library
11 ! LIB_PATH = /usr/local/lib/
13 # Compiler to use
14 COMPILER = g++
16 # Global options for the compiler
17 ! COPTIONS = -ansi -Wall -Wextra
19 #-----------------------------------------------------------------------
20 # DON'T CHANGE ANYTHING BELOW
21 --- 47,62 ----
22 # Edit the following lines to meet your needs
24 # Path to install the headerfiles
25 ! INCLUDE_PATH = $(DESTDIR)/usr/include/hashlib++
27 # Path to install the library
28 ! LIB_PATH = $(DESTDIR)/usr/lib/
30 # Compiler to use
31 COMPILER = g++
33 # Global options for the compiler
34 ! COPTIONS = -ansi -Wall -Wextra -fPIC
36 #-----------------------------------------------------------------------
37 # DON'T CHANGE ANYTHING BELOW