diff options
Diffstat (limited to 'devel/pccts/files/patch-ac')
-rw-r--r-- | devel/pccts/files/patch-ac | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/devel/pccts/files/patch-ac b/devel/pccts/files/patch-ac index c34cd9f42d92..3b57f8db2695 100644 --- a/devel/pccts/files/patch-ac +++ b/devel/pccts/files/patch-ac @@ -1,19 +1,11 @@ -*** testcpp/makefile Tue Oct 3 23:48:53 1995 ---- /home/andy/tmp/wrk/testcpp/makefile Tue Jun 24 05:44:59 1997 -*************** -*** 5,11 **** - # - # For SGI machines, we recommend using "-woff 3262" in your CFLAGS - # -! #CCC = g++ - make: - -(cd 1; make CCC=$(CCC)) - -(cd 2; make CCC=$(CCC)) ---- 5,11 ---- - # - # For SGI machines, we recommend using "-woff 3262" in your CFLAGS - # -! CCC = g++ - make: - -(cd 1; make CCC=$(CCC)) - -(cd 2; make CCC=$(CCC)) +--- testcpp/makefile Mon Jun 29 21:00:42 1998 ++++ /home/andy/tmp/wrk/testcpp/makefile Sun Jul 4 15:15:19 1999 +@@ -6,7 +6,7 @@ + # For SGI machines, we recommend using "-woff 3262" in your CFLAGS + # + #CCC = g++ +-CCC = CC ++CCC = ${CXX} + make: + -(cd 1; make CCC=$(CCC)) + -(cd 2; make CCC=$(CCC)) |