summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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, 0 insertions, 14 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
deleted file mode 100644
index 219685ef16fa..000000000000
--- a/www-plugins/gnash/files/gnash-0.8.7-moc-qt4.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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])