openbsd-ports/mail/pine/patches/patch-imap_src_osdep_unix_Makefile
2005-04-29 19:51:35 +00:00

21 lines
626 B
Plaintext

$OpenBSD: patch-imap_src_osdep_unix_Makefile,v 1.3 2005/04/29 19:51:35 jakob Exp $
--- imap/src/osdep/unix/Makefile.orig Thu Apr 21 02:49:08 2005
+++ imap/src/osdep/unix/Makefile Fri Apr 29 19:51:02 2005
@@ -36,13 +36,13 @@ IP=4
# -O3 seems to be safe, but empirical observation from our local expert
# indicates that in some (many?) cases -O3 code runs slower than -O2.
-GCCOPTLEVEL= -O2
+GCCOPTLEVEL=
# Extended flags needed for SSL. You may need to modify.
-SSLDIR=/usr/local/ssl
-SSLCERTS=$(SSLDIR)/certs
+SSLDIR=/usr
+SSLCERTS=/etc/ssl
SSLKEYS=$(SSLCERTS)
SSLINCLUDE=$(SSLDIR)/include
SSLLIB=$(SSLDIR)/lib