#12991 closed defect (fixed)
xorg-xproto doesn't define fd_mask in Xpoll.h
Reported by: | nox@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | bbyer@…, nox@… | |
Port: |
Description
fd_mask
is not defined by default on Darwin and some X11 ports depending on xorg-xproto assumes Xpoll.h will properly define it. Unfortunately, the preprocessor directive which should do that is somewhat broken.
To reproduce this bug, just try to install xterm port.
References: http://lists.macosforge.org/pipermail/macports-users/2007-October/006406.html
Here is a patch to fix this problem.
Attachments (1)
Change History (3)
Changed 17 years ago by nox@…
Attachment: | xorg-xproto.7.0.11_1.diff added |
---|
comment:1 Changed 17 years ago by bbyer@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch integrated, change pushed back upstream to X.org.