Opened 15 years ago
Closed 15 years ago
#22990 closed defect (fixed)
luit-1.0.4 uses broken poll() causing infinite loop
Reported by: | markus@… | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | markus@… | |
Port: | luit |
Description
poll() is still broken in Snow Leopard. luit works if using select() instead of poll(). Attaching a configure.ac diff with a fix. Couldn't find out who is maintaining the source code on the master site so I'm attaching the fix here in hope that the port maintainer knows.
Attachments (1)
Change History (5)
Changed 15 years ago by markus@…
Attachment: | configure.ac.diff added |
---|
comment:2 Changed 15 years ago by mf2k (Frank Schima)
Cc: | jeremyhu@… markus@… removed |
---|---|
Owner: | changed from macports-tickets@… to jeremyhu@… |
comment:4 Changed 15 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
diff for configure.ac