1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/mail/pine4-ssl/files/extrapatch-aa
Kris Kennaway af8a78cdb9 Add two patch files forgotten in the previous commit, and clean up
a portlint warning.

Submitted by:	Jim Bloom <bloom@acm.org>
2000-02-10 07:29:40 +00:00

19 lines
547 B
Plaintext

--- imap/src/osdep/unix/Makefile.ssl.orig Fri Jan 14 20:56:16 2000
+++ imap/src/osdep/unix/Makefile.ssl Tue Feb 1 00:34:17 2000
@@ -1,12 +1,11 @@
# Extended flags needed for additional authenticators. You may need to modify.
-SSLDIR=/usr/local
-SSLCFLAGS= -I$(SSLDIR)/include
-SSLLDFLAGS= -L$(SSLDIR)/lib -lssl -lcrypto
+SSLCFLAGS= -I$(OPENSSLINC)
+SSLLDFLAGS= -L$(OPENSSLLIB) -lssl -lcrypto $(EXTRA_SSL_LIBS)
.ifdef RSAREF
-SSLLDFLAGS+= -lRSAglue -lrsaref
+SSLLDFLAGS+= -lRSAglue -L${LOCALBASE}/lib -lrsaref
.endif
ssl: # SSL flags