1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/net/SSLtelnet/files/patch-aj

13 lines
467 B
Plaintext
Raw Normal View History

--- lib/libtelnet/Makefile.orig Sat Aug 2 01:31:37 1997
+++ lib/libtelnet/Makefile Tue Feb 1 09:00:38 2000
@@ -12,8 +12,7 @@
#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$(OPENSSLINC)/openssl -I../libbsd/include
lib${LIB}.a: ${OBJS}
echo building standard ${LIB} library