#2235 closed defect (fixed)
gtk2 build fails on with undefined symbol getc_unlocked on darwin 6
Reported by: | namely_void@… | Owned by: | mij@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
gtk2 cannot be built on darwin because the build fails with undefined symbol getc_unlocked which isn't included in the darwin 6 c library. The function is a faster non-thread-safe version of getc so it can be replaced with getc, and actually is replaced elsewhere in the gtk2 package, so, I'd consider this a bug in gtk2.
Attachments (1)
Change History (3)
Changed 20 years ago by namely_void@…
Attachment: | gtk2-getc_unlocked-darwin6.patch added |
---|
comment:1 Changed 20 years ago by olegb@…
Owner: | changed from darwinports-bugs@… to mij@… |
---|
assigning to maintainer
comment:2 Changed 20 years ago by mij@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed, thanks!
- jim
Note: See
TracTickets for help on using
tickets.
patch to make gtk2 build on darwin 6