summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2010-01-13 14:09:57 +0000
committerMichael Haubenwallner <haubi@gentoo.org>2010-01-13 14:09:57 +0000
commit8355dfc6b0842ebe695a8759235f5fac8bc48bf8 (patch)
treee66923f947a7d7259cdaf51fae4df1e6d717fa35 /net-misc/mico/files
parentadd hp-jdk-bin as alternative (diff)
downloadgentoo-2-8355dfc6b0842ebe695a8759235f5fac8bc48bf8.tar.gz
gentoo-2-8355dfc6b0842ebe695a8759235f5fac8bc48bf8.tar.bz2
gentoo-2-8355dfc6b0842ebe695a8759235f5fac8bc48bf8.zip
upgrade from qt3 to qt4 using Qt3Support. fix some prefix issues.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/mico/files')
-rw-r--r--net-misc/mico/files/mico-2.3.13-qt4-nothread.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/net-misc/mico/files/mico-2.3.13-qt4-nothread.patch b/net-misc/mico/files/mico-2.3.13-qt4-nothread.patch
new file mode 100644
index 000000000000..d87c33e45feb
--- /dev/null
+++ b/net-misc/mico/files/mico-2.3.13-qt4-nothread.patch
@@ -0,0 +1,23 @@
+qt4 doesn't provide different libraries for threading.
+--- configure.in.orig 2010-01-12 16:40:06.935594142 +0100
++++ configure.in 2010-01-12 16:40:37.742311509 +0100
+@@ -1124,7 +1124,7 @@
+ AC_MSG_WARN(cannot find moc. QT parts disabled.)
+ HAVE_QT=no
+ fi
+- if test X"$HAVE_THREADS" = Xyes; then
++ if false && test X"$HAVE_THREADS" = Xyes; then
+ AC_CHECK_LIB(qt-mt, open, qt_mt=yes, qt_mt=no)
+ if test X"$qt_mt" = Xno; then
+ AC_MSG_WARN(cannot find multi-threaded version of QT library. QT parts disabled.)
+--- configure.orig 2010-01-12 16:40:11.555621774 +0100
++++ configure 2010-01-12 16:40:51.125633810 +0100
+@@ -4197,7 +4197,7 @@
+ echo "configure: warning: cannot find moc. QT parts disabled." 1>&2
+ HAVE_QT=no
+ fi
+- if test X"$HAVE_THREADS" = Xyes; then
++ if false && test X"$HAVE_THREADS" = Xyes; then
+ echo $ac_n "checking for open in -lqt-mt""... $ac_c" 1>&6
+ echo "configure:4189: checking for open in -lqt-mt" >&5
+ ac_lib_var=`echo qt-mt'_'open | sed 'y%./+-%__p_%'`