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

Felix Yan fyan at nymeria.archlinux.org
Wed Feb 13 04:49:15 UTC 2013


    Date: Wednesday, February 13, 2013 @ 05:49:15
  Author: fyan
Revision: 84174

upgpkg: fcitx-mozc 1.6.1187.102-6 Fix compatibility with google-glog 0.3.3 (symbol conflict)

Modified:
  fcitx-mozc/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-13 00:46:56 UTC (rev 84173)
+++ PKGBUILD	2013-02-13 04:49:15 UTC (rev 84174)
@@ -13,7 +13,7 @@
 pkgdesc="Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)"
 pkgver=1.6.1187.102
 _patchver=${pkgver}.3
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/mozc/"
 license=('custom')
@@ -33,6 +33,12 @@
   ln -sf `which python2` ./python
   PATH="${srcdir}:${PATH}"
 
+  # Fix compatibility with google-glog 0.3.3 (symbol conflict)
+  #CFLAGS="${CFLAGS} -DFLAGS_log_dir=FLAGS_mozc_log_dir"
+  #CXXFLAGS="${CXXFLAGS} -DFLAGS_log_dir=FLAGS_mozc_log_dir"
+  CFLAGS="${CFLAGS} -fvisibility=hidden"
+  CXXFLAGS="${CXXFLAGS} -fvisibility=hidden"
+
   cd "${srcdir}/${_pkgbase}-${pkgver}"
 
   rm unix/fcitx -rf




More information about the arch-commits mailing list