summaryrefslogtreecommitdiffstats
path: root/src/icu4c-1-fixes.patch
blob: 58196da6ff1547078d17a970cf9e16b96de18fff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This file is part of MXE. See LICENSE.md for licensing information.

Contains ad hoc patches for cross building.

From a091ad517752ea98dd9ae471997c15d61b0f8559 Mon Sep 17 00:00:00 2001
From: MXE
Date: Fri, 24 May 2013 23:44:41 +1000
Subject: [PATCH] fixes for static cross-build


diff --git a/source/config/icu.pc.in b/source/config/icu.pc.in
index 406b196..cc53055 100644
--- a/source/config/icu.pc.in
+++ b/source/config/icu.pc.in
@@ -5,7 +5,7 @@ exec_prefix = @exec_prefix@
 #bindir = @bindir@
 libdir = @libdir@
 includedir = @includedir@
-baselibs = @LIBS@
+baselibs = @LIBS@ -lstdc++
 #datarootdir = @datarootdir@
 #datadir = @datadir@
 #sbindir = @sbindir@