diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-09-01 05:58:49 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-09-01 05:58:49 +0000 |
commit | 7f523f32021d9a46020b7d353915fa9631f48a88 (patch) | |
tree | 91e4b638f63229bb7b2e5c2bd909a2c19b4ec4a3 /devel/c4/patches | |
parent | 6aae7b0c0542ce6ed659fc467c3213aeb69ba603 (diff) | |
download | pkgsrc-7f523f32021d9a46020b7d353915fa9631f48a88.tar.gz |
Initial import of c4-1.6.
C4 provides a CVS like feel to Perforce's SCM system p4. C4 is
not a substitute for CVS, in that it does not try to mimic CVS's
command set. Rather, it provides a workspace (client) where every
file is writable, and can be modified on an adhoc basis.
Diffstat (limited to 'devel/c4/patches')
-rw-r--r-- | devel/c4/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/c4/patches/patch-aa b/devel/c4/patches/patch-aa new file mode 100644 index 00000000000..1d267f27638 --- /dev/null +++ b/devel/c4/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/09/01 05:58:49 schmonz Exp $ + +--- Makefile.orig Fri Feb 11 03:11:52 2000 ++++ Makefile +@@ -2,7 +2,7 @@ + # c4 - CVS like front end for p4 + # + +-CC = gcc ++# CC = gcc + CFLAGS = -O + # CFLAGS = -g + OBJS = command.o findroot.o fstat.o ignore.o glob.o \ |