summaryrefslogtreecommitdiffstats
path: root/source/l/netpbm/netpbm-multilib.patch
blob: ea689bca1f31f090b493202fe1ac9279c2a7c945 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
diff -up netpbm-10.47.04/buildtools/endiangen.c.multilib netpbm-10.47.04/buildtools/endiangen.c
--- netpbm-10.47.04/buildtools/endiangen.c.multilib	2009-10-21 13:38:54.000000000 +0200
+++ netpbm-10.47.04/buildtools/endiangen.c	2009-10-21 14:35:58.000000000 +0200
@@ -87,7 +87,6 @@ main(int argc, char **argv) {
            byteOrder() == ENDIAN_LITTLE ? "LITTLE_ENDIAN" : "BIG_ENDIAN");
     printf("#endif\n");
     printf("\n");
-    printf("#define BITS_PER_LONG %u\n", bitsPerLong());
 
     return 0;
 }