From 66eb3bd33f82bb43212f1874179c7332ee7031f6 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sat, 9 Feb 2002 09:38:49 +0000 Subject: add cvsps 1.3 CVS patchsets --- devel/cvsps/files/patch-Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 devel/cvsps/files/patch-Makefile (limited to 'devel/cvsps/files/patch-Makefile') 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 -- cgit v1.2.3