From owner-freebsd-hackers Mon Oct 2 10:59:17 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA12643 for hackers-outgoing; Mon, 2 Oct 1995 10:59:17 -0700 Received: from virginia.edu (uvaarpa.Virginia.EDU [128.143.2.7]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id KAA12637 for ; Mon, 2 Oct 1995 10:59:12 -0700 Received: from server.cs.virginia.edu by uvaarpa.virginia.edu id aa21353; 2 Oct 95 13:59 EDT Received: from agate.cs.Virginia.EDU by uvacs.cs.virginia.edu (4.1/5.1.UVA) id AA16727; Mon, 2 Oct 95 13:59:10 EDT Posted-Date: Mon, 2 Oct 1995 13:59:09 -0400 (EDT) Received: by agate.cs.Virginia.EDU (4.1/SMI-2.0) id AA22334; Mon, 2 Oct 95 13:59:10 EDT Date: Mon, 2 Oct 1995 13:59:09 -0400 (EDT) From: "Adrian T. Filipi-Martin" Reply-To: adrian@virginia.edu To: FreeBSD Hackers List Subject: patch for tk4.0 ports Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org Precedence: bulk Hi folks, Here's a small patch which fixes a problem which caused tk4.0 to fail to compile. Essentially, it is a dependency mismatch/inconsistency. cheers, Adrian adrian@virginia.edu ---->>>>| Support your local programmer, http://www.cs.virginia.edu/~atf3r/ --->>>| STOP Software Patent Abuses NOW! Member: The League for -->>| info at ftp.uu.net:/doc/lpf, print Programming Freedom ->| "join.ps.Z" for an application *** post-configure.orig Mon Oct 2 09:50:41 1995 --- post-configure Mon Oct 2 13:25:24 1995 *************** *** 26,32 **** # there....otherwise, it's probably just built and ldconfig hasn't # been run yet so we have to go look for it. ! tmp=`ldconfig -r | grep -e '-ltcl\.7\.' | awk '{print $3}'` tcl_lib_dir="" # Should we do something like this to see where the user might have --- 26,32 ---- # there....otherwise, it's probably just built and ldconfig hasn't # been run yet so we have to go look for it. ! tmp=`ldconfig -r | grep -e '-ltcl74' | awk '{print $3}'` tcl_lib_dir="" # Should we do something like this to see where the user might have