cvs commit: ports/print/lyx/files patch-configure
    Raphael Kubo da Costa 
    rakuco at FreeBSD.org
       
    Sat Sep 17 02:49:29 UTC 2011
    
    
  
rakuco      2011-09-17 02:49:28 UTC
  FreeBSD ports repository
  Added files:
    print/lyx/files      patch-configure 
  Log:
  Fix build when boost-libs is compiled with a newer (> 4.2 from base) gcc.
  
  LyX originally uses the AC_CHECK_LIB macro to check for boost, however
  this macro always calls a C compiler, even to check for a C++ library
  such as boost. This made the test program built for this check to
  always fail to link when boost was compiled witha recent enough
  compiler.
  
  A fix was submitted upstream [1], and this patch needs to be applied
  meanwhile.
  
  [1] http://article.gmane.org/gmane.editors.lyx.devel/138405
  
  Reported by:    avg
  Approved by:    avilla (mentor)
  
  Revision  Changes    Path
  1.3       +103 -0    ports/print/lyx/files/patch-configure (new)
    
    
More information about the cvs-all
mailing list