1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/freewais-sf/files/patch-ab
Thomas Gellekum 9f20a9982c Import of freewais-sf, an enhanced WAIS.
Closes PR #2156.

Submitted by:	Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
1997-02-18 08:30:58 +00:00

12 lines
471 B
Plaintext

--- ir/Makefile.in.orig Tue Jul 30 00:42:14 1996
+++ ir/Makefile.in Mon Feb 17 16:33:11 1997
@@ -196,7 +196,7 @@
libwais.a: $(PROTOCOL_OBJS) $(INV_OBJS) $(SIG_OBJS) $(LOCAL_OBJS) $(CLIENT_OBJS)
$(RM) $@
- $(AR) $@ $(PROTOCOL_OBJS) $(INV_OBJS) $(SIG_OBJS) $(LOCAL_OBJS) $(CLIENT_OBJS) ../ctype/ctype.o
+ $(AR) $@ $(PROTOCOL_OBJS) $(INV_OBJS) $(SIG_OBJS) $(LOCAL_OBJS) $(CLIENT_OBJS)
$(RANLIB) $@
install.lib:: libwais.a libinv.a libsig.a libclient.a $(LIBLOCAL)