diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-02-09 09:38:49 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-02-09 09:38:49 +0000 |
commit | 66eb3bd33f82bb43212f1874179c7332ee7031f6 (patch) | |
tree | 2cdd756c41045df2266f49ef618604c79af21dee /devel/cvsps/files/patch-Makefile | |
parent | Initial import of jing. (diff) |
add cvsps 1.3
CVS patchsets
Diffstat (limited to 'devel/cvsps/files/patch-Makefile')
-rw-r--r-- | devel/cvsps/files/patch-Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/cvsps/files/patch-Makefile b/devel/cvsps/files/patch-Makefile new file mode 100644 index 000000000000..f20a79b88809 --- /dev/null +++ b/devel/cvsps/files/patch-Makefile @@ -0,0 +1,21 @@ +--- Makefile.orig Sat Feb 9 17:35:42 2002 ++++ Makefile Sat Feb 9 17:35:54 2002 +@@ -1,7 +1,7 @@ + MAJOR=1 + MINOR=3 +-CC=gcc +-CFLAGS=-g -O2 -Wall -I. -DVERSION=\"$(MAJOR).$(MINOR)\" ++#CC=gcc ++CFLAGS+=-I. -DVERSION=\"$(MAJOR).$(MINOR)\" + OBJS=\ + cbtcommon/debug.o\ + cbtcommon/hash.o\ +@@ -9,7 +9,7 @@ + cvsps.o + + cvsps: $(OBJS) +- gcc -o cvsps $(OBJS) ++ ${CC} -o cvsps $(OBJS) + + install: + [ -d /usr/local/bin ] || mkdir -p /usr/local/bin |