summaryrefslogtreecommitdiff
path: root/devel/libantlr3c/files/patch-antlr3config.h.in
blob: fd26eed5d9e2ffd2f1f3ae811db09b1555915676 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- antlr3config.h.in.orig
+++ antlr3config.h.in
@@ -4,7 +4,9 @@
 #undef ANTLR3_NODEBUGGER
 
 /* Define if 64 bit mode required */
-#undef ANTLR3_USE_64BIT
+#ifdef _LP64
+#define ANTLR3_USE_64BIT
+#endif
 
 /* Define to 1 if you have the `accept' function. */
 #undef HAVE_ACCEPT