[jhbuild] nss: Fix compilation on 32 bit



commit e5217657c3279d21bbdcd4518e42fd0342827e24
Author: Colin Walters <walters verbum org>
Date:   Mon Jun 6 15:49:00 2011 -0400

    nss: Fix compilation on 32 bit
    
    In the 3.2 case, set USE_64 to the empty string, because several
    bits of code check ifdef(USE_64), not ifeq(USE_64, 1).

 patches/nss.pkgconfig-and-configure.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/patches/nss.pkgconfig-and-configure.patch b/patches/nss.pkgconfig-and-configure.patch
index e19bc71..72944dc 100644
--- a/patches/nss.pkgconfig-and-configure.patch
+++ b/patches/nss.pkgconfig-and-configure.patch
@@ -33,7 +33,7 @@ diff -urN nss-3.12.6.orig/configure.ac nss-3.12.6/configure.ac
 +if test x$ac_cv_sizeof_long = x8; then
 +  USE_64=1
 +else
-+  USE_64=0
++  USE_64=
 +fi
 +AC_SUBST(USE_64)
 +



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]