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

Ionut Biru ibiru at archlinux.org
Thu Jul 21 21:43:04 UTC 2011


    Date: Thursday, July 21, 2011 @ 17:43:04
  Author: ibiru
Revision: 132237

Drop workaround to build utf8 support. It breaks gjs string handling and gnome-shell notifications are mostly affected. Modern JS shared libraries have runtime support to turn UTF8 strings on or off programatically. 

Modified:
  js/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-21 20:34:49 UTC (rev 132236)
+++ PKGBUILD	2011-07-21 21:43:04 UTC (rev 132237)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 pkgname=js
 pkgver=1.8.5
-pkgrel=2
+pkgrel=3
 pkgdesc="JavaScript interpreter and libraries"
 arch=(i686 x86_64)
 url="https://developer.mozilla.org/En/SpiderMonkey/1.8.5"
@@ -20,8 +20,6 @@
 
   patch -Np0 -i $srcdir/js185-destdir.patch
 
-  export CXXFLAGS="$CXXFLAGS -DJS_C_STRINGS_ARE_UTF8"
-
   ./configure --prefix=/usr --with-system-nspr \
      --enable-threadsafe
 




More information about the arch-commits mailing list