svn commit: r435077 - head/sysutils/acpica-tools/files

Jung-uk Kim jkim at FreeBSD.org
Tue Feb 28 18:37:07 UTC 2017


Author: jkim
Date: Tue Feb 28 18:37:06 2017
New Revision: 435077
URL: https://svnweb.freebsd.org/changeset/ports/435077

Log:
  Remove the redefinition to fix build on FreeBSD 10.

Added:
  head/sysutils/acpica-tools/files/patch-source_compiler_asltypes.h   (contents, props changed)

Added: head/sysutils/acpica-tools/files/patch-source_compiler_asltypes.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/acpica-tools/files/patch-source_compiler_asltypes.h	Tue Feb 28 18:37:06 2017	(r435077)
@@ -0,0 +1,16 @@
+--- source/compiler/asltypes.h.orig	2017-02-25 00:43:54 UTC
++++ source/compiler/asltypes.h
+@@ -344,12 +344,11 @@ typedef struct asl_xref_info
+ } ASL_XREF_INFO;
+ 
+ 
+-typedef struct yy_buffer_state *YY_BUFFER_STATE;
+ typedef struct asl_file_node
+ {
+     FILE                    *File;
+     UINT32                  CurrentLineNumber;
+-    YY_BUFFER_STATE         State;
++    void                    *State;
+     char                    *Filename;
+     struct asl_file_node    *Next;
+ 


More information about the svn-ports-all mailing list