1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
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

13 lines
223 B
Plaintext

--- 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; }