[arch-commits] Commit in avahi/trunk (PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Tue Apr 9 21:22:17 UTC 2013


    Date: Tuesday, April 9, 2013 @ 23:22:17
  Author: eric
Revision: 182388

Add build fix for qt3 in /usr

Modified:
  avahi/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-09 21:20:53 UTC (rev 182387)
+++ PKGBUILD	2013-04-09 21:22:17 UTC (rev 182388)
@@ -45,10 +45,8 @@
 	sed -i 's/netdev/network/g' avahi-daemon/avahi-dbus.conf
 	patch -p1 -i ../rc.d.patch
 
-	export MOC_QT3=/opt/qt/bin/moc
-	export MOC_QT4=/usr/lib/qt4/bin/moc
-	source /etc/profile.d/qt3.sh
-	source /etc/profile.d/qt4.sh
+	export MOC_QT3=/usr/bin/moc-qt3
+	export MOC_QT4=/usr/bin/moc-qt4
 
 	# pygtk requires python2; make it explicit in case other python are installed: FS#21865
 	PYTHON=python2 \




More information about the arch-commits mailing list