Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Oct 1995 13:59:09 -0400 (EDT)
From:      "Adrian T. Filipi-Martin" <atf3r@agate.cs.virginia.edu>
To:        FreeBSD Hackers List <hackers@freebsd.org>
Subject:   patch for tk4.0 ports
Message-ID:  <Pine.SUN.3.90.951002135713.22118A-100000@agate.cs.Virginia.EDU>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.90.951002135713.22118A-100000>