From owner-freebsd-ports Mon Jan 17 13:45:55 2000 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id DF72914E31; Mon, 17 Jan 2000 13:45:53 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id C9F021CD466; Mon, 17 Jan 2000 13:45:53 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Mon, 17 Jan 2000 13:45:53 -0800 (PST) From: Kris Kennaway To: Jim Bloom Cc: Satoshi - Ports Wraith - Asami , ports@FreeBSD.ORG Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile.inc Makefile In-Reply-To: <38838C5B.EC50719A@acm.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 17 Jan 2000, Jim Bloom wrote: > The basic problem is that some of the include files are not being found > (ssl.h and crypto.h). I haven't read everything closely, but I believe > that the source uses > #include > #include > and puts -I${PREFIX}/include/openssl (in the Makefile) in CFLAGS. This > might be fixed by changing the source to > #include > #include > and having -I${PREFIX}/include in CFLAGS. This would fix it - if they have openssl in /usr it would be picked up automatically by the compiler, otherwise it would get it from the port. There may be linker problems as well, though. I'll investigate further later on. Kris ---- "How many roads must a man walk down, before you call him a man?" "Eight!" "That was a rhetorical question!" "Oh..then, seven!" -- Homer Simpson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message