Commit 9d7c94d
committed
libiconv: make default on Darwin
The Darwin libiconv tries to be compatible with GNU libiconv, but it’s
not. Recent versions of Autoconf and gnulib include checks for issues in
Darwin’s libiconv implementation, which has effectively turned
`autoreconfHook` into `autoBreakDarwinHook` due to failing to link
libiconv. Instead of continuing to work around it, make GNU libiconv the
default. With the UTF-8-MAC patch, it should be a drop-in replacement.1 parent 628f3d5 commit 9d7c94d
2 files changed
Lines changed: 7 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| 280 | + | |
280 | 281 | | |
281 | 282 | | |
282 | 283 | | |
| |||
291 | 292 | | |
292 | 293 | | |
293 | 294 | | |
294 | | - | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| |||
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
560 | | - | |
561 | | - | |
562 | | - | |
563 | 560 | | |
564 | 561 | | |
565 | 562 | | |
566 | 563 | | |
567 | 564 | | |
568 | 565 | | |
569 | 566 | | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
570 | 570 | | |
571 | 571 | | |
572 | 572 | | |
| |||
1050 | 1050 | | |
1051 | 1051 | | |
1052 | 1052 | | |
| 1053 | + | |
1053 | 1054 | | |
1054 | 1055 | | |
1055 | 1056 | | |
| |||
1076 | 1077 | | |
1077 | 1078 | | |
1078 | 1079 | | |
1079 | | - | |
1080 | 1080 | | |
1081 | 1081 | | |
1082 | 1082 | | |
| |||
1192 | 1192 | | |
1193 | 1193 | | |
1194 | 1194 | | |
1195 | | - | |
1196 | | - | |
| 1195 | + | |
| 1196 | + | |
1197 | 1197 | | |
1198 | 1198 | | |
1199 | 1199 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6676 | 6676 | | |
6677 | 6677 | | |
6678 | 6678 | | |
6679 | | - | |
6680 | | - | |
6681 | 6679 | | |
6682 | 6680 | | |
6683 | 6681 | | |
| |||
0 commit comments