Date: Mon, 12 Oct 1998 22:48:30 +0100 From: Ben Smithurst <ben@scientia.demon.co.uk> To: "Justin M. Seger" <jseger@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/mail/imap-uw Makefile Message-ID: <19981012224830.A12660@scientia.demon.co.uk> In-Reply-To: <199810121917.MAA28532@freefall.freebsd.org> References: <199810121917.MAA28532@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Justin M. Seger wrote: > Mark BROKEN for ELF: > cd mtest;make > `cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -c mtest.c > `cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -o mtest mtest.o -L../c-client -lc-client `cat ../c-client/LDFLAGS` > /usr/libexec/elf/ld: cannot open -lc-client: No such file or directory > *** Error code 1 This fixes that, I beleive... (seems a bit silly marking ports broken when it's so easy to fix :-) --- src/osdep/unix/Makefile.orig Mon Oct 12 22:40:54 1998 +++ src/osdep/unix/Makefile Mon Oct 12 22:40:32 1998 @@ -88,7 +88,7 @@ # Normally no need to change any of these +ARCHIVE=libc-client.a -ARCHIVE=c-client.a BINARIES=mail.o misc.o newsrc.o smanager.o osdep.o utf8.o siglocal.o \ dummy.o pseudo.o netmsg.o flstring.o fdstring.o \ rfc822.o nntp.o smtp.o imap4r1.o pop3.o \ -- Ben Smithurst ben@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981012224830.A12660>