Blame SOURCES/texlive-multilib.patch

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