From owner-cvs-all Sat Sep 19 13:06:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16054 for cvs-all-outgoing; Sat, 19 Sep 1998 13:06:34 -0700 (PDT) (envelope-from owner-cvs-all) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA16022; Sat, 19 Sep 1998 13:06:30 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.0/8.9.0) with SMTP id PAA04745; Sat, 19 Sep 1998 15:05:59 -0500 (CDT) Date: Sat, 19 Sep 1998 15:05:58 -0500 (CDT) From: Steve Price To: "Eugene M. Kim" cc: Tom Jackson , cvs-all@FreeBSD.ORG, FreeBSD Ports Mailing List Subject: Re: cvs commit: ports/mail/fetchmail Makefile ports/mail/fetchmail/pkg PLIST In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Done. Thanks! On Sat, 19 Sep 1998, Eugene M. Kim wrote: # The reason is that -lopie needs -lmd to resolve all symbols but -lmd is # not included in "configure" script. (See config.log) # # The following patch (replacing patches/patch-ad) will solve the problem # (on 3.0-current platforms). Could anybody with the commit privilege # please commit this?