mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Bug fix for 3.x: unbreak drivers (e.g. the gif driver) using the %VAL(...)
F77 feature.
This commit is contained in:
parent
b18fa1219e
commit
596561ded7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21888
@ -38,8 +38,9 @@ sub phase1 {
|
||||
sub phase2 {
|
||||
while (<>) {
|
||||
if (/(\s*)(\w*)(\s*=\s*)($ctxt)/) {
|
||||
$p = $2;
|
||||
s/$ctxt\(&/\(/;
|
||||
$names[$count] = $2;
|
||||
$names[$count] = $p;
|
||||
$count++;
|
||||
print $_;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user