diff options
Diffstat (limited to 'lang/pcc/files/patch-cpp-Makefile.in')
-rw-r--r-- | lang/pcc/files/patch-cpp-Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/pcc/files/patch-cpp-Makefile.in b/lang/pcc/files/patch-cpp-Makefile.in new file mode 100644 index 000000000000..9e9b831c787b --- /dev/null +++ b/lang/pcc/files/patch-cpp-Makefile.in @@ -0,0 +1,5 @@ +--- cc/cpp/Makefile.in.orig 2007-01-02 11:49:40.000000000 -0800 ++++ cc/cpp/Makefile.in 2007-09-17 19:30:58.000000000 -0700 +@@ -18 +18 @@ LEX = @LEX@ +-YACC = @YACC@ ++#YACC = @YACC@ |