From owner-cvs-all Sun Oct 4 14:37:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02468 for cvs-all-outgoing; Sun, 4 Oct 1998 14:37:10 -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 OAA02442; Sun, 4 Oct 1998 14:37:02 -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 QAA02742; Sun, 4 Oct 1998 16:36:39 -0500 (CDT) Date: Sun, 4 Oct 1998 16:36:38 -0500 (CDT) From: Steve Price To: "Jordan K. Hubbard" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/graphics/xpm Makefile In-Reply-To: <199810042045.NAA05431@freefall.freebsd.org> 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 Hmm... I don't think this is right. You must make sure you have the latest config files for XFree86. Shared libraries are now handled automagically in an ELF world provided you have the latest cruft. The "if a.out make link" stuff was there because I didn't change the behavior for a.out. Was this on beast that you tried this? If so, I may have munged something for Alphas and ELF. :( Steve On Sun, 4 Oct 1998, Jordan K. Hubbard wrote: # jkh 1998/10/04 13:45:49 PDT # # Modified files: # graphics/xpm Makefile # Log: # Make this actually work on ELF machines. I'm not sure what the # proper canonical thing to do with shared libs that install using # minor release numbers these days, but this will work a lot better # than what's there in the meantime until I figure it out. # # Revision Changes Path # 1.19 +3 -3 ports/graphics/xpm/Makefile #