deischen    2008-06-03 23:00:51 UTC

  FreeBSD ports repository

  Added files:
    misc/kdeutils3/files patch-configure 
  Log:
  Fix kdeutils for amd64-current (and perhaps other 64-bit
  -current archs).  This has been broken for over 3 months.
  
  configure incorrectly assumes that since FreeBSD has sqrtl,
  that it also has other long math functions.  Also, configure
  seems to have 2 separate checks for the long math functions:
  the first check looks for both asinl and sqrtl, the second
  check looks for just sqrtl.  FreeBSD does not currently have
  asinl, so if configure just went by the first check it would
  correctly determine that we do not have all the long math
  functions.  Remove the second check to fix the problem.
  
  No response from: kde@
  
  Revision  Changes    Path
  1.1       +92 -0     ports/misc/kdeutils3/files/patch-configure (new)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to