diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-29 11:11:52 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-29 11:11:52 +0000 |
commit | 2436937605f578102ee1a62b817da6ef1177f5bd (patch) | |
tree | c82dee3a9b6eea2e22480c7587c7462b059f6778 /net/stone/files/base.patch | |
parent | remove unnecessary file (diff) |
add stone
Stone is a TCP/IP packet repeater in the application layer
PR: 27328
Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
Notes
Notes:
svn path=/head/; revision=43235
Diffstat (limited to 'net/stone/files/base.patch')
-rw-r--r-- | net/stone/files/base.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/stone/files/base.patch b/net/stone/files/base.patch new file mode 100644 index 000000000000..62e30a371d03 --- /dev/null +++ b/net/stone/files/base.patch @@ -0,0 +1,13 @@ +--- Makefile.orig Thu Apr 26 15:25:03 2001 ++++ Makefile Thu Apr 26 15:23:26 2001 +@@ -15,8 +15,8 @@ + # -DOS2 OS/2 with EMX + # -DWINDOWS Windows95/98/NT + +-SSL_FLAGS= -DUSE_SSL -I/usr/local/ssl/include +-SSL_LIBS= -L/usr/local/ssl/lib -lssl -lcrypto ++SSL_FLAGS= -DUSE_SSL ++SSL_LIBS= -lssl -lcrypto + + POP_FLAGS= -DUSE_POP + POP_LIBS= -lmd |