1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/pccts/files/patch-ac
Chris Piazza f817e9bf2b Update to PCCTS 1.33 Maintenance Release #19.
PR:		12505
Submitted by:	maintainer
1999-07-05 02:42:32 +00:00

12 lines
295 B
Plaintext

--- 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))