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

Felix Yan fyan at nymeria.archlinux.org
Thu Feb 28 15:58:46 UTC 2013


    Date: Thursday, February 28, 2013 @ 16:58:46
  Author: fyan
Revision: 85299

fcitx-unikey: add '-DQT_QMAKE_EXECUTABLE=qmake4' to cmake line

Modified:
  fcitx-unikey/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-28 15:36:02 UTC (rev 85298)
+++ PKGBUILD	2013-02-28 15:58:46 UTC (rev 85299)
@@ -19,7 +19,7 @@
     mkdir -p build
     cd build
     
-    cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+    cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DQT_QMAKE_EXECUTABLE=qmake4 ..
     make
 }
 




More information about the arch-commits mailing list