Date: Tue, 4 Mar 2003 22:05:37 +0100 From: Oliver Lehmann <lehmann@ans-netz.de> To: ports@freebsd.org Cc: marcus@marcuscom.com, mit@dreamlabs.com, ade@lovett.com Subject: Re: having difficulty ucd-snmp-4.2.6/FreeBSD 4.7-STABLE Message-ID: <20030304220537.49aa9be7.lehmann@ans-netz.de> In-Reply-To: <20030304215606.7df8bff5.lehmann@ans-netz.de> References: <000301c2e27a$5ab16d60$0800a8c0@shadow> <20030304212652.4833de5d.lehmann@ans-netz.de> <1046810349.310.34.camel@gyros> <20030304215606.7df8bff5.lehmann@ans-netz.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Oliver Lehmann wrote: > If so, i'm going to submit a PR > with the ports Makefile patch only. And w/o the openssl version check. Just putting -D... in the CFLAGS. if it's a 0.9.6 it will ignore that variable. If it's a 0.9.7 it will note it.. that makes the Makefile looking nicer and myself happier ;) <snip> .if defined(WITHOUT_SSL) CONFIGURE_ARGS+= --without-openssl .else USE_OPENSSL= YES CONFIGURE_ARGS+= --with-openssl=/usr CFLAGS+= -DOPENSSL_DES_LIBDES_COMPATIBILITY .endif </snip> -- Oliver Lehmann @home: lehmann@ans-netz.de @office: oliver.lehmann@mgi.de @www: http://www.pofo.de/ | http://wishlist.ans-netz.de/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030304220537.49aa9be7.lehmann>