freebsd-ports/net/twinkle/files/patch-src-parser_parser.yxx
Jose Alonso Cardenas Marquez aafefd160c - Update to 1.1
- Add new libxml2 dependency
- Add USE_PERL5. It fixes a problem with all FreeBSD versions [1]
- Add pkg-message file

Reported by:	pav [1]
2007-12-22 06:59:01 +00:00

11 lines
283 B
Text

--- src/parser/parser.yxx 2007-11-11 13:43:28.000000000 -0500
+++ src/parser/parser.yxx 2007-11-11 13:44:00.000000000 -0500
@@ -48,7 +48,7 @@
%union {
int yyt_int;
- ulong yyt_ulong;
+ u_long yyt_ulong;
float yyt_float;
string *yyt_str;
t_parameter *yyt_param;