comparison src/log4cxx-2-pkgconfig.patch @ 2465:c5d8bb3beb28

new packages: apr, apr-util, log4cxx
author Daniel Stonier <d.stonier@gmail.com>
date Wed, 02 May 2012 17:06:54 +1000
parents
children a7a203db74c5
comparison
equal deleted inserted replaced
2464:fc0830aafb54 2465:c5d8bb3beb28
1 This file is part of mingw-cross-env.
2 See doc/index.html for further information.
3
4 This patch ensures that the correct dependencies can always be found for
5 static mingw builds. Not yet submitted upstream.
6
7 diff -NBaur vanilla/liblog4cxx.pc.in mingw_cross/liblog4cxx.pc.in
8 --- vanilla/liblog4cxx.pc.in 2008-04-01 07:34:52.000000000 +0900
9 +++ mingw_cross/liblog4cxx.pc.in 2011-05-09 10:31:00.175584637 +0900
10 @@ -20,6 +20,7 @@
11 Name: log4cxx
12 Description: log4cxx C++ logging framework
13 Version: @VERSION@
14 +Requires: apr-util-1, apr-1
15 Libs: -L${libdir} -llog4cxx
16 Cflags: -I${includedir}
17