Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-script/files: qt-4.6-nolibx11.diff
Date: Thu, 03 Dec 2009 17:23:24
Message-Id: E1NGFOk-0005kg-Ic@stork.gentoo.org
1 wired 09/12/03 17:23:22
2
3 Added: qt-4.6-nolibx11.diff
4 Log:
5 added qt-4.6-nolibx11.diff patch
6 (Portage version: 2.2_rc54/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 x11-libs/qt-script/files/qt-4.6-nolibx11.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-script/files/qt-4.6-nolibx11.diff?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-script/files/qt-4.6-nolibx11.diff?rev=1.1&content-type=text/plain
13
14 Index: qt-4.6-nolibx11.diff
15 ===================================================================
16 --- configure.old 2009-12-03 18:52:58.061117684 +0200
17 +++ configure 2009-12-03 18:53:09.065116496 +0200
18 @@ -5010,15 +5010,6 @@
19 X11TESTS_FLAGS="$X11TESTS_FLAGS -fpermissive"
20 fi
21
22 - # Check we actually have X11 :-)
23 - "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/x11/xlib "XLib" $L_FLAGS $I_FLAGS $l_FLAGS $X11TESTS_FLAGS
24 - if [ $? != "0" ]; then
25 - echo "Basic XLib functionality test failed!"
26 - echo " You might need to modify the include and library search paths by editing"
27 - echo " QMAKE_INCDIR_X11 and QMAKE_LIBDIR_X11 in ${XQMAKESPEC}."
28 - exit 1
29 - fi
30 -
31 # auto-detect OpenGL support (es1 = OpenGL ES 1.x Common, es1cl = ES 1.x common lite, es2 = OpenGL ES 2.x)
32 if [ "$CFG_OPENGL" = "auto" ] || [ "$CFG_OPENGL" = "yes" ]; then
33 if "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/x11/opengl "OpenGL" $L_FLAGS $I_FLAGS $l_FLAGS $X11TESTS_FLAGS; then