Blame SOURCES/texlive-multilib.patch

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