Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot/files: qtiplot-0.9.8.2-syslibs.patch
Date: Fri, 03 Sep 2010 06:12:43
Message-Id: 20100903061237.991402003C@flycatcher.gentoo.org
1 jlec 10/09/03 06:12:37
2
3 Added: qtiplot-0.9.8.2-syslibs.patch
4 Log:
5 Version Bump
6
7 (Portage version: 2.2_rc72/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-visualization/qtiplot/files/qtiplot-0.9.8.2-syslibs.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/files/qtiplot-0.9.8.2-syslibs.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/files/qtiplot-0.9.8.2-syslibs.patch?rev=1.1&content-type=text/plain
14
15 Index: qtiplot-0.9.8.2-syslibs.patch
16 ===================================================================
17 diff --git a/qtiplot/qtiplot.pro b/qtiplot/qtiplot.pro
18 index 657ad0b..3655d66 100755
19 --- a/qtiplot/qtiplot.pro
20 +++ b/qtiplot/qtiplot.pro
21 @@ -235,8 +235,8 @@ win32: contains(CONFIG, Excel) {
22 ###############################################################
23
24 # At the very end: add global include- and lib path
25 -#unix:INCLUDEPATH += $$SYS_INCLUDEPATH
26 -#unix:LIBS += $$SYS_LIBS
27 +unix:INCLUDEPATH += $$SYS_INCLUDEPATH
28 +unix:LIBS += $$SYS_LIBS
29
30 ###############################################################
31 ############### Building QtiPlot as a browser plugin ##########