Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tex/qtexengine/files: qtexengine-0.3-dynlib.patch
Date: Mon, 30 Jan 2012 08:22:38
Message-Id: 20120130082227.B2B692004C@flycatcher.gentoo.org
1 johu 12/01/30 08:22:27
2
3 Added: qtexengine-0.3-dynlib.patch
4 Log:
5 Version bump wrt bug #400737. Thanks to kensington <gentoo@×××××××××××××××.com>.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 dev-tex/qtexengine/files/qtexengine-0.3-dynlib.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/qtexengine/files/qtexengine-0.3-dynlib.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/qtexengine/files/qtexengine-0.3-dynlib.patch?rev=1.1&content-type=text/plain
14
15 Index: qtexengine-0.3-dynlib.patch
16 ===================================================================
17 --- config.pri
18 +++ config.pri
19 @@ -2,7 +2,7 @@
20 CONFIG += release
21
22 # Comment the lines bellow if you want to build QTeXEngine statically
23 -#CONFIG += QTeXEngineDll
24 +CONFIG += QTeXEngineDll
25
26
27
28 --- test/test.pro
29 +++ test/test.pro
30 @@ -7,6 +7,6 @@
31 DESTDIR = ./
32
33 INCLUDEPATH += ../src
34 -LIBS += ../libQTeXEngine.a
35 +LIBS += ../libQTeXEngine.so
36
37 SOURCES += test.cpp