diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-29 16:45:56 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-29 16:45:56 +0000 |
commit | af6c6e895bb734b02bf72bdba47ed864d9999157 (patch) | |
tree | c843df920351715386f6c0d43f691d884c511f54 /net/libbt/files/patch-src::Makefile.in | |
parent | Fix incorrect buffer overflow fix: pass the size of the target (diff) |
- Update to version 0.03
PR: ports/63531
Submitted by: maintainer
Diffstat (limited to 'net/libbt/files/patch-src::Makefile.in')
-rw-r--r-- | net/libbt/files/patch-src::Makefile.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net/libbt/files/patch-src::Makefile.in b/net/libbt/files/patch-src::Makefile.in deleted file mode 100644 index 388c14074f76..000000000000 --- a/net/libbt/files/patch-src::Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- src/Makefile.in.old Thu Feb 26 18:27:14 2004 -+++ src/Makefile.in Thu Feb 26 18:28:04 2004 -@@ -1,8 +1,8 @@ --OBJS=benc.o bts.o types.o random.o strbuf.o stream.o peer.o segmenter.o util.o bitset.o context.o --CFLAGS=-Wall -g -I../include -+OBJS=bterror.o benc.o bts.o types.o random.o strbuf.o stream.o peer.o segmenter.o util.o bitset.o context.o -+CFLAGS=@CFLAGS@ -Wall -I../include -I${PREFIX}/include - LIBS=@LIBS@ `curl-config --libs` - --all: btlist btget btcheck -+all: libbt.a - btcheck: btcheck.c libbt.a - gcc ${CFLAGS} btcheck.c ${LIBS} -lbt -L. -o btcheck - -@@ -20,3 +20,4 @@ - - libbt.a: ${OBJS} - ar rc $@ ${OBJS} -+ ranlib libbt.a |