1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/www/ashe/files/patch-ab
Kevin Lo 63d19c3f45 Update to version 1.3
PR: 22815
Submitted by: Ports Fury
2000-11-13 14:26:52 +00:00

20 lines
429 B
Plaintext

--- libcci/Makefile.orig Thu Apr 6 21:07:46 1995
+++ libcci/Makefile Sun Nov 12 18:01:00 2000
@@ -1,12 +1,10 @@
-CFLAGS=-DDEBUG
-
-RANLIB = /bin/ranlib
-#RANLIB = /usr/bin/ranlib # the location of ranlib is system dependent.
+RANLIB = ranlib
SRC = connect.c cciClient.c list.c support.c
OBJ = connect.o cciClient.o list.o support.o
-CC = gcc
-CFLAGS = -ggdb
+
+all: libcci.a
+
libcci.a: $(OBJ)
rm -f $@
ar q $@ $(OBJ)