cvs commit: ports/graphics/hugin Makefile

Vasil Dimov vd at FreeBSD.org
Sat Feb 20 14:36:42 UTC 2010


vd          2010-02-20 14:36:42 UTC

  FreeBSD ports repository

  Modified files:
    graphics/hugin       Makefile 
  Log:
  graphics/hugin:
  
  The compilation is known to fail on 6.x with GCC 3.4, so
  use non-standard GCC (4.4+) only on 6.x and older.
  
  On 7.x and above use the base GCC instead of GCC 4.4+ because:
  1. GCC 4.4+ is not needed anyway and
  2. The hugin executable compiled on 8.0/gcc-4.4.4.20100216 fails to start:
  
    /libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/bin/hugin not found
  
  Reported by:    Hannes Hauswedell <h2 at fsfe.org>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.41      +3 -1      ports/graphics/hugin/Makefile


More information about the cvs-ports mailing list