summary refs log tree commit diff
path: root/pkgs/applications/video/mythtv/settings.patch
blob: ec1e7009792130e79023125f3c172b67792110b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile b/Makefile
index 05db819..383036d 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ i18n/Makefile: i18n/i18n.pro
 locales/Makefile: locales/locales.pro
 
 $(addsuffix /Makefile,$(QT_SUBDIRS)): %/Makefile :
-	cd $*; $(QMAKE) QMAKE=$(QMAKE) -o $(@F) $(<F)
+	cd $*; $(QMAKE) QMAKE=$(QMAKE) PREFIX=${PREFIX} -o $(@F) $(<F)
 
 $(SUBDIRS): $(addsuffix /Makefile,$(SUBDIRS)) version.cpp
 	$(MAKE) -C $@