svn commit: r369868 - head/sysutils/rsyslog7/files

Bryan Drewery bdrewery at FreeBSD.org
Thu Oct 2 22:48:48 UTC 2014


Author: bdrewery
Date: Thu Oct  2 22:48:47 2014
New Revision: 369868
URL: https://svnweb.freebsd.org/changeset/ports/369868
QAT: https://qat.redports.org/buildarchive/r369868/

Log:
  Fix build

Modified:
  head/sysutils/rsyslog7/files/patch-grammar__lexer.l

Modified: head/sysutils/rsyslog7/files/patch-grammar__lexer.l
==============================================================================
--- head/sysutils/rsyslog7/files/patch-grammar__lexer.l	Thu Oct  2 22:02:25 2014	(r369867)
+++ head/sysutils/rsyslog7/files/patch-grammar__lexer.l	Thu Oct  2 22:48:47 2014	(r369868)
@@ -1,11 +1,11 @@
---- grammar/lexer.l.orig	2014-09-30 16:44:49 UTC
-+++ grammar/lexer.l
+--- grammar/lexer.l.orig	2014-10-02 17:44:03.599344945 -0500
++++ grammar/lexer.l	2014-10-02 17:44:08.808344494 -0500
 @@ -31,7 +31,7 @@
  %{
  #include "config.h"
  #include "parserif.h"
--extern char *strdup(char*); /* somehow we do not get this from string.h... */
-+//extern char *strdup(char*); /* somehow we do not get this from string.h... */
+-extern char *strdup(__const char*); /* somehow we may not get this from string.h... */
++//extern char *strdup(__const char*); /* somehow we may not get this from string.h... */
  %}
  
  %option noyywrap nodefault case-insensitive yylineno


More information about the svn-ports-head mailing list