Skip site navigation (1)Skip section navigation (2)
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

--%--multipart-mixed-boundary-1.93884.1098737820--%
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

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

--%--multipart-mixed-boundary-1.93884.1098737820--%
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Description: ASCII text
Content-Disposition: attachment; filename="Make.patch"

--- /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

--%--multipart-mixed-boundary-1.93884.1098737820--%--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041025205700.29255.qmail>