diff options
author | 2010-01-20 12:25:02 +0000 | |
---|---|---|
committer | 2010-01-20 12:25:02 +0000 | |
commit | 9a551a8c8619f5793b59a72fdb99eddc3901e433 (patch) | |
tree | 8737a349e5df7d3115bbcbd5ac54448e10c1ed25 /x11-libs/qt-core/files | |
parent | Restore macos keywords, make alsa dep required only for linux, bug 293671. (diff) | |
download | gentoo-2-9a551a8c8619f5793b59a72fdb99eddc3901e433.tar.gz gentoo-2-9a551a8c8619f5793b59a72fdb99eddc3901e433.tar.bz2 gentoo-2-9a551a8c8619f5793b59a72fdb99eddc3901e433.zip |
Remake nolibx11 patch for 4.6.1 and remove hebrew patch as it was included upstream.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-core/files')
-rw-r--r-- | x11-libs/qt-core/files/qt-core-4.6.1-nolibx11.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-libs/qt-core/files/qt-core-4.6.1-nolibx11.patch b/x11-libs/qt-core/files/qt-core-4.6.1-nolibx11.patch new file mode 100644 index 000000000000..e5d13327b8ce --- /dev/null +++ b/x11-libs/qt-core/files/qt-core-4.6.1-nolibx11.patch @@ -0,0 +1,18 @@ +--- configure-orig 2010-01-20 14:18:32.466798257 +0200 ++++ configure 2010-01-20 14:18:58.516799116 +0200 +@@ -5059,15 +5059,6 @@ + X11TESTS_FLAGS="$X11TESTS_FLAGS -fpermissive" + fi + +- # Check we actually have X11 :-) +- "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/x11/xlib "XLib" $L_FLAGS $I_FLAGS $l_FLAGS $X11TESTS_FLAGS +- if [ $? != "0" ]; then +- echo "Basic XLib functionality test failed!" +- echo " You might need to modify the include and library search paths by editing" +- echo " QMAKE_INCDIR_X11 and QMAKE_LIBDIR_X11 in ${XQMAKESPEC}." +- exit 1 +- fi +- + # auto-detect OpenGL support (es1 = OpenGL ES 1.x Common, es1cl = ES 1.x common lite, es2 = OpenGL ES 2.x) + if [ "$CFG_OPENGL" = "auto" ] || [ "$CFG_OPENGL" = "yes" ]; then + 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 |