Blame SOURCES/imake-1.0.2-abort.patch

994f2c
diff -up imake-1.0.2/imake.c.jx imake-1.0.2/imake.c
994f2c
--- imake-1.0.2/imake.c.jx	2006-05-15 16:28:14.000000000 -0400
994f2c
+++ imake-1.0.2/imake.c	2010-10-25 17:14:37.000000000 -0400
994f2c
@@ -1030,8 +1030,12 @@ get_libc_version(FILE *inFile)
994f2c
 
994f2c
   len = pclose (fp);
994f2c
   remove (aout);
994f2c
-  if (len)
994f2c
-    abort ();
994f2c
+  if (len) {
994f2c
+      /* handwave furiously */
994f2c
+      printf("#define DefaultLinuxCLibMajorVersion 6\n");
994f2c
+      printf("#define DefaultLinuxCLibMinorVersion 12\n");
994f2c
+      printf("#define DefaultLinuxCLibTeenyVersion 0\n");
994f2c
+  }
994f2c
 }
994f2c
 #endif
994f2c