summarylogtreecommitdiffstats
path: root/config.patch
diff options
context:
space:
mode:
authorDmitriy Morozov2015-09-03 09:29:17 -0700
committerDmitriy Morozov2015-09-03 09:29:17 -0700
commit796b49e1e89d2550f32773c3fc8ca3b20a391e21 (patch)
tree5621f5d82f4007a71a6644c0dd4e263aa8c0a6fb /config.patch
parentfa05f3861d55f86045a614adf36c2136819528ad (diff)
downloadaur-796b49e1e89d2550f32773c3fc8ca3b20a391e21.tar.gz
Update to 7.1.8
Diffstat (limited to 'config.patch')
-rw-r--r--config.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/config.patch b/config.patch
index 2bc046560e77..ff0fcb3db4c0 100644
--- a/config.patch
+++ b/config.patch
@@ -9,21 +9,3 @@
#
ZLIB_CFLAGS ?=
ZLIB_LIBS ?= -lz
-@@ -62,7 +62,7 @@
- # If you have different Qt versions installed, you may have to change
- # this to "moc-qt4"
- #
--MOC ?= moc
-+MOC ?= moc-qt4
- #
- else
- #
-@@ -89,7 +89,7 @@
- QT_LIBS ?= -F/Library/Frameworks -L/Library/Frameworks \
- -framework QtCore -framework ApplicationServices \
- -framework QtGui -framework AppKit -framework Cocoa -lz -lm
--MOC ?= moc
-+MOC ?= moc-qt4
- endif
- #
- # --------------------------------------------------------------------