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

Thomas Bächler thomas at archlinux.org
Thu Oct 1 10:45:13 UTC 2009


    Date: Thursday, October 1, 2009 @ 06:45:13
  Author: thomas
Revision: 53494

upgpkg: thunderbird 2.0.0.23-1
    Fix i686 build

Modified:
  thunderbird/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-01 09:21:21 UTC (rev 53493)
+++ PKGBUILD	2009-10-01 10:45:13 UTC (rev 53494)
@@ -41,9 +41,7 @@
   patch -Np1 -i "${srcdir}/xulrunner-elif.patch" || return 1
   cp "${srcdir}/mozconfig" .mozconfig
 
-  if [ "${CARCH}" = "x86_64" ]; then
-    echo "ac_cv_visibility_pragma=no" >> .mozconfig
-  fi
+  echo "ac_cv_visibility_pragma=no" >> .mozconfig
 
   export MOZ_PROJECT=mail
   unset CXXFLAGS




More information about the arch-commits mailing list