freebsd-ports/misc/jive/files/patch-jive.l
John Marino 2853ffe4ff misc/jive: Stage support and unbreak on F10+
In addition to stage changes:
  * use LOCAL/ instead of MASTER_SITE_LOCAL and MASTER_SITE_SUBDIR
  * narrow CONFLICTS to please portlint
  * Fix flex issues for FreeBSD 10+
  * removed unnecessary patch-aa by setting CC in MAKE_ARGS

Approved by:	staging blanket
2014-06-19 07:59:14 +00:00

11 lines
218 B
Text

--- jive.l.orig 1997-02-03 11:04:51.000000000 +0000
+++ jive.l
@@ -8,7 +8,7 @@ BW [ ]
EW [ .,;!?]
%{
-#define YY_DECL char * yylex YY_PROTO(( void ))
+#define YY_DECL char * yylex ( void )
char buf[128];
%}