diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-24 01:06:55 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-24 01:06:55 +0000 |
commit | df5308ccb0d19e07e192d6d4da367585c8feaa80 (patch) | |
tree | 9e97bccd126da18c0cc0860236e6628d269ca4f1 /net/libopennet/files | |
parent | Add voipong. (diff) |
Add libopennet.
Libopennet allows you to open_net() remote files as easily as you open()
local files.
WWW: http://www.rkeene.org/oss/libopennet/
PR: ports/81338
Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
Notes
Notes:
svn path=/head/; revision=136004
Diffstat (limited to 'net/libopennet/files')
-rw-r--r-- | net/libopennet/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/libopennet/files/patch-Makefile.in b/net/libopennet/files/patch-Makefile.in new file mode 100644 index 000000000000..96cd7131380c --- /dev/null +++ b/net/libopennet/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat May 21 18:34:19 2005 ++++ Makefile.in Sat May 21 18:34:34 2005 +@@ -31,7 +31,7 @@ + BINS = + # The following two lines need to be kept syncronised. + LIBOPENNET_OBJS = buffer.o crc.o opennet.o parse.o @LIBOBJS@ +-LIBOPENNET_SHOBJS = buffer_shr.o crc_shr.o opennet_shr.o parse_shr.o @SHLIBOBJS@ ++LIBOPENNET_SHOBJS = $(LIBOPENNET_OBJS) + + all: $(LIBS) $(BINS) + |