Opened 10 years ago
Closed 10 years ago
#46163 closed defect (fixed)
blockout2 @2.4_1: fix build failure
Reported by: | jmroot (Joshua Root) | Owned by: | jeremy@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | haspatch | Cc: | |
Port: | blockout2 |
Description
Using -I/usr/include/sys is a really bad idea, because if -I/usr/include/sys/foo.h and -I/usr/include/foo.h both exist, you get the former when you really want the latter. Let’s change malloc.h to the correct header instead.
Attachments (2)
Change History (3)
Changed 10 years ago by jmroot (Joshua Root)
Attachment: | blockout2.diff added |
---|
Changed 10 years ago by jmroot (Joshua Root)
Attachment: | patch-ImageLib-src-png-hpng.c.diff added |
---|
comment:1 Changed 10 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
r129417 (maintainer timeout)