summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2009-06-27 19:17:33 +0000
committerBen de Groot <yngwin@gentoo.org>2009-06-27 19:17:33 +0000
commiteab3e1aab4996a64f19d2526c6c190a857dcf46a (patch)
tree89a2ab63c014bf8357cafa08b4298a0c34a256da /x11-libs/qt-dbus/files
parentQt 4.5.2 release version bump (diff)
downloadgentoo-2-eab3e1aab4996a64f19d2526c6c190a857dcf46a.tar.gz
gentoo-2-eab3e1aab4996a64f19d2526c6c190a857dcf46a.tar.bz2
gentoo-2-eab3e1aab4996a64f19d2526c6c190a857dcf46a.zip
Qt 4.5.2 release version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-dbus/files')
-rw-r--r--x11-libs/qt-dbus/files/qt-4.5-nolibx11.diff18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-libs/qt-dbus/files/qt-4.5-nolibx11.diff b/x11-libs/qt-dbus/files/qt-4.5-nolibx11.diff
new file mode 100644
index 000000000000..f94be77b742d
--- /dev/null
+++ b/x11-libs/qt-dbus/files/qt-4.5-nolibx11.diff
@@ -0,0 +1,18 @@
+diff -Nur qt-x11-opensource-src-4.5.1-orig/configure qt-x11-opensource-src-4.5.1/configure
+--- qt-x11-opensource-src-4.5.1-orig/configure 2009-04-22 02:57:35.000000000 +0300
++++ qt-x11-opensource-src-4.5.1/configure 2009-06-03 00:59:44.108245373 +0300
+@@ -4733,14 +4733,6 @@
+ X11TESTS_FLAGS="$X11TESTS_FLAGS -fpermissive"
+ fi
+
+- # Check we actually have X11 :-)
+- if ! "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/x11/xlib "XLib" $L_FLAGS $I_FLAGS $l_FLAGS $X11TESTS_FLAGS; 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