freebsd-ports/games/xmulti/files/patch-html_style__y.y
Mathieu Arnold 1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00

12 lines
223 B
Text

--- html/style_y.y.orig 1998-04-04 14:58:33 UTC
+++ html/style_y.y
@@ -255,7 +255,8 @@ term
case SSTERM_HEXCOLOR:
case SSTERM_URL:
case SSTERM_RGB:
- }
+ break;
+ }
$$ = $2;
}
| '+' term_base { $$ = $2; }