summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-03-15 20:55:57 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-03-15 20:55:57 +0000
commit5ef9621c8520f1ce3b480e803c13080fbe559f27 (patch)
tree4e0ad5fcaaa445cfb781ae9e1ddc81cac5a967c2 /www-plugins/gnash/files/gnash-0.8.7-moc-qt4.patch
parentFix incompatible implicit declaration of built-in function exit. (diff)
downloadgentoo-2-5ef9621c8520f1ce3b480e803c13080fbe559f27.tar.gz
gentoo-2-5ef9621c8520f1ce3b480e803c13080fbe559f27.tar.bz2
gentoo-2-5ef9621c8520f1ce3b480e803c13080fbe559f27.zip
www-plugins/gnash-0.8.7 version bump
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins/gnash/files/gnash-0.8.7-moc-qt4.patch')
-rw-r--r--www-plugins/gnash/files/gnash-0.8.7-moc-qt4.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/www-plugins/gnash/files/gnash-0.8.7-moc-qt4.patch b/www-plugins/gnash/files/gnash-0.8.7-moc-qt4.patch
new file mode 100644
index 000000000000..219685ef16fa
--- /dev/null
+++ b/www-plugins/gnash/files/gnash-0.8.7-moc-qt4.patch
@@ -0,0 +1,14 @@
+diff -ur a/macros/qt4.m4 b/macros/qt4.m4
+--- a/macros/qt4.m4 2010-02-11 00:20:17.000000000 +0100
++++ b/macros/qt4.m4 2010-03-15 18:26:34.000000000 +0100
+@@ -167,8 +167,8 @@
+ has_qt4="no"
+ fi
+
+- AC_PATH_PROGS(MOC4, [moc-qt4 moc], ,[${QTDIR}/bin /usr/lib/qt4/bin /usr/share/qt4/bin/ ${pathlist}])
+- AC_PATH_PROGS(UIC4, [uic-qt4 uic], ,[${QTDIR}/bin /usr/lib/qt4/bin /usr/share/qt4/bin/ ${pathlist}])
++ AC_PATH_PROGS(MOC4, [moc-qt4 moc], ,[/usr/bin ${QTDIR}/bin /usr/lib/qt4/bin /usr/share/qt4/bin/ ${pathlist}])
++ AC_PATH_PROGS(UIC4, [uic-qt4 uic], ,[/usr/bin ${QTDIR}/bin /usr/lib/qt4/bin /usr/share/qt4/bin/ ${pathlist}])
+
+
+ AC_SUBST([QT4_CFLAGS])