[41664] trunk/dports/x11/wine-devel

ryandesign at macports.org ryandesign at macports.org
Sat Nov 8 12:44:58 PST 2008


Revision: 41664
          http://trac.macports.org/changeset/41664
Author:   ryandesign at macports.org
Date:     2008-11-08 12:44:58 -0800 (Sat, 08 Nov 2008)
Log Message:
-----------
wine-devel: fix build when the more-strict bison 2.4 is installed; see #17135

Modified Paths:
--------------
    trunk/dports/x11/wine-devel/Portfile

Added Paths:
-----------
    trunk/dports/x11/wine-devel/files/patch-parser.y.diff

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2008-11-08 20:21:00 UTC (rev 41663)
+++ trunk/dports/x11/wine-devel/Portfile	2008-11-08 20:44:58 UTC (rev 41664)
@@ -50,6 +50,9 @@
 depends_build \
     port:pkgconfig
 
+patchfiles \
+    patch-parser.y.diff
+
 configure.ldflags-append \
     -framework CoreServices \
     -lz

Added: trunk/dports/x11/wine-devel/files/patch-parser.y.diff
===================================================================
--- trunk/dports/x11/wine-devel/files/patch-parser.y.diff	                        (rev 0)
+++ trunk/dports/x11/wine-devel/files/patch-parser.y.diff	2008-11-08 20:44:58 UTC (rev 41664)
@@ -0,0 +1,11 @@
+--- dlls/jscript/parser.y	2008-11-07 10:09:33.000000000 -0600
++++ dlls/jscript/parser.y	2008-11-08 13:23:38.000000000 -0600
+@@ -317,7 +317,7 @@
+ /* ECMA-262 3rd Edition    12.1 */
+ Block
+         : '{' StatementList '}' { $$ = new_block_statement(ctx, $2); }
+-        | '{' '}'               { $$ = new_block_statement(ctx, NULL) }
++        | '{' '}'               { $$ = new_block_statement(ctx, NULL); }
+ 
+ /* ECMA-262 3rd Edition    12.2 */
+ VariableStatement
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081108/2c42bea6/attachment.html>


More information about the macports-changes mailing list