mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
10 lines
301 B
Diff
10 lines
301 B
Diff
--- Source/WebCore/css/makegrammar.pl.orig 2021-04-28 22:41:03.000000000 +0300
|
|
+++ Source/WebCore/css/makegrammar.pl 2021-04-28 22:42:11.000000000 +0300
|
|
@@ -91,5 +91,5 @@
|
|
close HEADER;
|
|
|
|
unlink("$fileBase.cpp.h");
|
|
-unlink("$fileBase.hpp");
|
|
+# not working for bison-3.7.x: unlink("$fileBase.hpp");
|
|
|