Ticket #261: fontconfig-2.10.0.patch
| File fontconfig-2.10.0.patch, 558 bytes (added by jstressman, 3 years ago) |
|---|
-
fontconfig-2.10.
diff -ur fontconfig-2.10.0/src/fcatomic.c fontconfig-2.10.0-haiku/src/fcatomic.c
old new 132 132 return FcFalse; 133 133 } 134 134 ret = link ((char *) atomic->tmp, (char *) atomic->lck); 135 if (ret < 0 && errno == EPERM)135 if (ret < 0 && (errno == EPERM || errno == B_UNSUPPORTED)) 136 136 { 137 137 /* the filesystem where atomic->lck points to may not supports 138 138 * the hard link. so better try to fallback
