diff options
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.patch | 14 |
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]) |