mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-03 13:27:28 -08:00
Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
19 lines
400 B
Diff
19 lines
400 B
Diff
--- a/Makefile.orig 2008-03-24 07:16:47.000000000 -0400
|
|
+++ b/Makefile 2008-03-24 07:17:18.000000000 -0400
|
|
@@ -3,6 +3,7 @@
|
|
CC?=gcc
|
|
CFLAGS?=-g -O2 -Wall
|
|
CFLAGS+=-I. -DVERSION=\"$(MAJOR).$(MINOR)\"
|
|
+LDLIBS+=-lz
|
|
prefix?=/usr/local
|
|
OBJS=\
|
|
cbtcommon/debug.o\
|
|
@@ -21,7 +22,6 @@
|
|
all: cvsps
|
|
|
|
cvsps: $(OBJS)
|
|
- $(CC) -o cvsps $(OBJS) -lz
|
|
|
|
install:
|
|
[ -d $(prefix)/bin ] || mkdir -p $(prefix)/bin
|