comparison src/libidn-1-fixes.patch @ 2206:1286c378d068

update package libidn
author Mark Brand <mabrand@mabrand.nl>
date Tue, 10 Jan 2012 23:37:08 +0100
parents 9540c0a4f8a2
children f653602a0500
comparison
equal deleted inserted replaced
2205:8d3a639eccec 2206:1286c378d068
1 This file is part of mingw-cross-env. 1 This file is part of mingw-cross-env.
2 See doc/index.html for further information. 2 See doc/index.html for further information.
3 3
4 Contains ad hoc patches for cross building. 4 Contains ad hoc patches for cross building.
5 5
6 From ef2bf697ac36cd6b1729fef9c9f994d26d913d60 Mon Sep 17 00:00:00 2001 6 From 2d8680323de1e709bfec5194db0119a7395ab78a Mon Sep 17 00:00:00 2001
7 From: mingw-cross-env 7 From: mingw-cross-env
8 Date: Fri, 25 Nov 2011 15:58:28 +0100 8 Date: Fri, 25 Nov 2011 15:58:28 +0100
9 Subject: [PATCH] fix Libs.private 9 Subject: [PATCH] fix Libs.private
10 10
11 11
12 diff --git a/libidn.pc.in b/libidn.pc.in 12 diff --git a/libidn.pc.in b/libidn.pc.in
13 index 50ad3ca..57efa8b 100644 13 index a69d5d3..2d36472 100644
14 --- a/libidn.pc.in 14 --- a/libidn.pc.in
15 +++ b/libidn.pc.in 15 +++ b/libidn.pc.in
16 @@ -20,5 +20,5 @@ Description: IETF stringprep, nameprep, punycode, IDNA text processing. 16 @@ -19,5 +19,5 @@ Description: IETF stringprep, nameprep, punycode, IDNA text processing.
17 URL: http://www.gnu.org/software/libidn/ 17 URL: http://www.gnu.org/software/libidn/
18 Version: @VERSION@ 18 Version: @VERSION@
19 Libs: -L${libdir} -lidn 19 Libs: -L${libdir} -lidn
20 -Libs.private: @LTLIBICONV@ 20 -Libs.private: @LTLIBICONV@
21 +Libs.private: -lintl -liconv 21 +Libs.private: -lintl -liconv
22 Cflags: -I${includedir} 22 Cflags: -I${includedir}
23 -- 23 --
24 1.7.7.3 24 1.7.8
25 25