cvs commit: ports/lang/gcc34 Makefile ports/lang/gcc34/files patch-gcc-Makefile.in patch-gcc-configure

David E. O'Brien obrien at FreeBSD.org
Sun Dec 14 23:45:54 PST 2003


obrien      2003/12/14 23:45:53 PST

  FreeBSD ports repository

  Modified files:
    lang/gcc34           Makefile 
  Added files:
    lang/gcc34/files     patch-gcc-Makefile.in patch-gcc-configure 
  Log:
  * Deal with GCC's configurary's assumption that /usr/local/{include,lib}
    are searched automatically by the compiler by using --with-libiconv-prefix.
    W/o --with-libiconv-prefix, 'configure' finds the lib, but not the header.
    During the make, neither will be found; a lot of inconsistency here...
  * Deal with GCC's configurary's brokenness WRT --with-libiconv-prefix due
    not actually passing the found header path to CFLAGS in any way.
  
  Revision  Changes    Path
  1.151     +4 -0      ports/lang/gcc34/Makefile
  1.1       +5 -0      ports/lang/gcc34/files/patch-gcc-Makefile.in (new)
  1.1       +5 -0      ports/lang/gcc34/files/patch-gcc-configure (new)


More information about the cvs-ports mailing list