libuv: Update from 1.20.0 to 1.20.1
[termux-packages] / packages / ocrad / configure.patch
1 diff -u -r ../ocrad-0.23/configure ./configure
2 --- ../ocrad-0.23/configure 2014-03-10 21:19:33.000000000 +0100
3 +++ ./configure 2014-08-03 03:00:32.678020824 +0200
4 @@ -16,7 +16,7 @@
5 LC_ALL=C
6 export LC_ALL
7 srcdir=
8 -prefix=/usr/local
9 +prefix=@TERMUX_PREFIX@
10 exec_prefix='$(prefix)'
11 bindir='$(exec_prefix)/bin'
12 datarootdir='$(prefix)/share'
13 @@ -24,10 +24,6 @@
14 infodir='$(datarootdir)/info'
15 libdir='${exec_prefix}/lib'
16 mandir='$(datarootdir)/man'
17 -CXX=g++
18 -CPPFLAGS=
19 -CXXFLAGS='-Wall -W -O2'
20 -LDFLAGS=
21
22 # checking whether we are using GNU C++.
23 ${CXX} --version > /dev/null 2>&1