1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/www/ashe/files/patch-ab
1995-10-30 17:29:08 +00:00

28 lines
619 B
Plaintext

*** libcci/Makefile.orig Tue Oct 17 10:23:25 1995
--- libcci/Makefile Tue Oct 17 10:23:57 1995
***************
*** 1,12 ****
! CFLAGS=-DDEBUG
! RANLIB = /bin/ranlib
! #RANLIB = /usr/bin/ranlib # the location of ranlib is system dependent.
SRC = connect.c cciClient.c list.c support.c
OBJ = connect.o cciClient.o list.o support.o
! CC = gcc
! CFLAGS = -ggdb
libcci.a: $(OBJ)
rm -f $@
ar q $@ $(OBJ)
--- 1,10 ----
! CFLAGS+=-DDEBUG
! RANLIB = ranlib
SRC = connect.c cciClient.c list.c support.c
OBJ = connect.o cciClient.o list.o support.o
!
libcci.a: $(OBJ)
rm -f $@
ar q $@ $(OBJ)