Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/uim/files: uim-1.7.1-qt4.patch
Date: Wed, 21 Dec 2011 17:39:51
Message-Id: 20111221173941.D71CE2004C@flycatcher.gentoo.org
1 matsuu 11/12/21 17:39:41
2
3 Added: uim-1.7.1-qt4.patch
4 Log:
5 Added $(use_enable qt4 qt4-qt3support), bug #282922. Added REQUIRED_USE, bug #383389.
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-i18n/uim/files/uim-1.7.1-qt4.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/files/uim-1.7.1-qt4.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/files/uim-1.7.1-qt4.patch?rev=1.1&content-type=text/plain
14
15 Index: uim-1.7.1-qt4.patch
16 ===================================================================
17 Description: fix build with ld --as-needed
18 uim-counted-init is a static library which needs symbols from libuim
19 which it must be placed behind it on the command line so it is not
20 dropped by ld --as-needed
21 Author: Julian Taylor <jtaylor.debian@××××××××××.com>
22 Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/uim/+bug/832939
23 Index: uim-1.7.1/qt4/pref/uim-pref-qt4.pro.in
24 ===================================================================
25 --- uim-1.7.1.orig/qt4/pref/uim-pref-qt4.pro.in 2011-08-25 23:31:03.080564183 +0200
26 +++ uim-1.7.1/qt4/pref/uim-pref-qt4.pro.in 2011-08-25 23:31:01.170564166 +0200
27 @@ -4,7 +4,7 @@
28
29 # to include qtgettext.h
30 INCLUDEPATH += @srcdir@/..
31 -LIBS += -luim-custom -luim-counted-init @LIBINTL@
32 +LIBS += -luim-custom -luim-counted-init -luim @LIBINTL@
33
34 QMAKE_UIC = $$QMAKE_UIC -tr UIC_