updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / btscanner / btscanner.patch
blobfb2911d7d6670523349291daca4ffd6bc642a9ad
1 diff -r -U 3 a/btscanner.xml b/btscanner.xml
2 --- a/btscanner.xml 2004-11-01 17:26:41.000000000 +0530
3 +++ b/btscanner.xml 2008-04-24 00:43:44.927640836 +0530
4 @@ -1,9 +1,9 @@
5 <?xml version="1.0" encoding="UTF-8"?>
6 -<!DOCTYPE btscanner SYSTEM "file:///usr/local/etc/btscanner.dtd">
7 +<!DOCTYPE btscanner SYSTEM "file:///etc/btscanner/btscanner.dtd">
8 <btscanner>
9 <files>
10 <log>btscanner.log</log>
11 - <oui>/usr/local/share/oui.txt</oui>
12 + <oui>/usr/share/btscanner/oui.txt</oui>
13 <store>~/bts</store>
14 </files>
16 diff -r -U 3 a/configure b/configure
17 --- a/configure 2008-04-24 00:19:55.321329170 +0530
18 +++ b/configure 2008-04-24 00:29:38.431296231 +0530
19 @@ -5310,7 +5310,7 @@
21 # CFLAGS
22 CFLAGS="$CFLAGS -Wall -pthread -Wshadow -Wbad-function-cast \
23 - -Wformat -Wimplicit-function-dec -Wparentheses -Wsign-compare \
24 + -Wformat -Wparentheses -Wsign-compare \
25 -Wstrict-prototypes -Wtrigraphs -Wundef -Wuninitialized \
26 -W -Wunused -Wformat-security -Wmissing-braces -Wbad-function-cast \
27 -Wcast-qual -falign-functions -falign-labels -falign-loops\