Date: Mon, 25 Oct 2004 16:57:00 -0400 (EDT) From: bdragon@gweep.net To: perl@FreeBSD.org Subject: ports/mail/p5-Mail-SpamAssassin Message-ID: <20041025205700.29255.qmail@sidehack.sat.gweep.net>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Ok, I have a patch to correct the bug where
ports/mail/p5-Mail-SpamAssassin does not build if the system openssl
is not installed.
it is attached
[-- Attachment #2 --]
--- /usr/ports/mail/p5-Mail-SpamAssassin/Makefile Mon Oct 25 07:05:01 2004
+++ /root/Makefile Mon Oct 25 16:36:55 2004
@@ -97,6 +97,11 @@
.include <bsd.port.pre.mk>
+.if !defined(WITHOUT_OPENSSL)
+CFLAGS+= -I${OPENSSLINC}
+LDFLAGS+= -L${OPENSSLLIB}
+.endif
+
.if ${PERL_LEVEL} < 500600
IGNORE= Needs perl 5.6.1 or higher, install lang/perl5.8 and try again
.endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041025205700.29255.qmail>
