Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2002 23:03:01 -0800 (PST)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/deskutils/ical/files patch-configure
Message-ID:  <200211150703.gAF731Sx047168@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
edwin       2002/11/14 23:03:01 PST

  Added files:
    deskutils/ical/files patch-configure 
  Log:
  Make desktutils/ical building again.
  
  This was a tricky thing and I suspect this is caused by the new
  tcl83 package rolled out. What happens is that lib/tcl8.3/tclConfig.sh
  has this line in it:
          TCL_LIB_FILE='libtcl83${TCL_DBGX}.so.1'
  The single ticks TCL_DBGX not to be expanded, that's okay. But the
  configure-script didn't evaluate the variable once it got it from
  the tclConfig.sh script.
  
  Noticed by: bento
  
  Revision  Changes    Path
  1.1       +11 -0     ports/deskutils/ical/files/patch-configure (new)

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?200211150703.gAF731Sx047168>