577448
diff -up texlive-2012/source/texk/kpathsea/c-auto.in.than texlive-2012/source/texk/kpathsea/c-auto.in
577448
diff -up texlive-2012/source/texk/kpathsea/configure.than texlive-2012/source/texk/kpathsea/configure
577448
--- texlive-2012/source/texk/kpathsea/configure.than	2013-11-13 16:00:54.707154960 +0100
577448
+++ texlive-2012/source/texk/kpathsea/configure	2013-11-13 16:11:07.692156501 +0100
577448
@@ -13268,7 +13268,12 @@ $as_echo "$ac_cv_sizeof_long" >&6; }
577448
 
577448
 
577448
 cat >>confdefs.h <<_ACEOF
577448
-#define SIZEOF_LONG $ac_cv_sizeof_long
577448
+#include <bits/wordsize.h>
577448
+#if __WORDSIZE == 32
577448
+#define SIZEOF_LONG 4
577448
+#else
577448
+#define SIZEOF_LONG 8
577448
+#endif
577448
 _ACEOF
577448
 
577448