mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
1a8a092d9f
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
13 lines
223 B
Plaintext
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; }
|