diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-08-05 08:00:25 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-08-05 08:00:25 +0000 |
commit | 6ea24563ed2a783f34c40e52abd2d489a6d1f133 (patch) | |
tree | 648ffb2479d37b8488155c3dd3d5c74818d18f16 /net/SSLtelnet/files/patch-aj | |
parent | Upgrade to v0.59r. mpg123 can now be built tuned for your specific x86 (diff) |
Fix build and run problems in conjunction with OpenSSL.
Natively SSLtelnet works with SSLeay, only.
PR: ports/12973
Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG> (maintainer)
Notes
Notes:
svn path=/head/; revision=20534
Diffstat (limited to '')
-rw-r--r-- | net/SSLtelnet/files/patch-aj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/SSLtelnet/files/patch-aj b/net/SSLtelnet/files/patch-aj new file mode 100644 index 000000000000..a59f9a1790f6 --- /dev/null +++ b/net/SSLtelnet/files/patch-aj @@ -0,0 +1,13 @@ +--- lib/libtelnet/Makefile.orig Sat Aug 2 14:31:37 1997 ++++ lib/libtelnet/Makefile Thu Aug 5 03:52:45 1999 +@@ -12,8 +12,8 @@ + #CFLAGS= -DENCRYPT -DAUTHENTICATE -DSRA -DUSE_SSL -DDES_ENCRYPTION \ + #-I../libbsd/include -I../libpk + +-CFLAGS= -DAUTHENTICATE -DUSE_SSL \ +--I../libbsd/include -I$(SSLTOP)/include -I../libpk -g ++CFLAGS+= -DAUTHENTICATE -DUSE_SSL -I$(SSLTOP)/include \ ++ -I$(SSLTOP)/include/openssl -I../libbsd/include + + lib${LIB}.a: ${OBJS} + echo building standard ${LIB} library |