summarylogtreecommitdiffstats
path: root/config.patch
blob: 2bc046560e775620de1e63ff437e5226b2c8a9d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- config.mak	2015-02-23 05:02:13.000000000 -0800
+++ /home/users/morozov/config.mak	2015-06-19 10:31:32.271140419 -0700
@@ -34,7 +34,7 @@
 #
 # The name of the Lua package (it could be "lua", "lua52", or "lua5.2")
 #
-LUA_PACKAGE   ?= lua5.2
+LUA_PACKAGE   ?= lua52
 #
 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
 #
 # --------------------------------------------------------------------