aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsps-devel/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cvsps-devel/files/patch-Makefile')
-rw-r--r--devel/cvsps-devel/files/patch-Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/cvsps-devel/files/patch-Makefile b/devel/cvsps-devel/files/patch-Makefile
deleted file mode 100644
index f20a79b88809..000000000000
--- a/devel/cvsps-devel/files/patch-Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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