Package: aegean / 0.16.0+dfsg-2

adjust_datapath Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description: Adjust datapath
 Debian uses /usr/share.
Author: Sascha Steinbiss <sascha@steinbiss.name>
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@
 
 # Compilation settings
 CC=gcc
-CFLAGS=-Wall -DAGN_DATA_PATH='"$(prefix)/share/aegean"' -Wno-unused-result
+CFLAGS+=-Wall -DAGN_DATA_PATH='"/usr/share/aegean"' -Wno-unused-result
 GTFLAGS=prefix=$(prefix)
 SYSTEM:=$(shell uname -s)
 MACHINE:=$(shell uname -m)
@@ -149,12 +149,12 @@
 		@ echo "[create libaegean]"
 		@ ar ru libaegean.a $(AGN_OBJS)
 
-inc/core/AgnVersion.h:	
+inc/core/AgnVersion.h:
 			@ echo "[print $@]"
 			@ data/scripts/version.py > $@
 
 test:		agn-test
-		
+
 
 agn-test:	all
 		@ $(MEMCHECK) bin/unittests