blob: 17c5034b1e53f5fe7524f5cf8bbcfc7860459675 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
This file is part of MXE. See LICENSE.md for licensing information.
Contains ad hoc patches for cross building.
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: "fix@me" <fix@me>
Date: Fri, 24 May 2013 23:44:41 +1000
Subject: [PATCH 1/1] fixes for static cross-build
diff --git a/source/config/icu.pc.in b/source/config/icu.pc.in
index 1111111..2222222 100644
--- a/source/config/icu.pc.in
+++ b/source/config/icu.pc.in
@@ -11,7 +11,7 @@ exec_prefix = @exec_prefix@
#bindir = @bindir@
libdir = @libdir@
includedir = @includedir@
-baselibs = @LIBS@
+baselibs = @LIBS@ -lstdc++
#datarootdir = @datarootdir@
#datadir = @datadir@
#sbindir = @sbindir@
|