HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #261

Ticket #261: fontconfig-2.10.0.patch

File fontconfig-2.10.0.patch, 558 bytes (added by jstressman, 3 years ago)

place in patches/ subfolder relative to the bep file.

  • fontconfig-2.10.

    diff -ur fontconfig-2.10.0/src/fcatomic.c fontconfig-2.10.0-haiku/src/fcatomic.c
    old new  
    132132        return FcFalse; 
    133133    } 
    134134    ret = link ((char *) atomic->tmp, (char *) atomic->lck); 
    135     if (ret < 0 && errno == EPERM) 
     135    if (ret < 0 && (errno == EPERM || errno == B_UNSUPPORTED)) 
    136136    { 
    137137        /* the filesystem where atomic->lck points to may not supports 
    138138         * the hard link. so better try to fallback 

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/