Opened 9 years ago

Closed 9 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)

blockout2.diff (1.0 KB) - added by jmroot (Joshua Root) 9 years ago.
patch-ImageLib-src-png-hpng.c.diff (256 bytes) - added by jmroot (Joshua Root) 9 years ago.

Download all attachments as: .zip

Change History (3)

Changed 9 years ago by jmroot (Joshua Root)

Attachment: blockout2.diff added

Changed 9 years ago by jmroot (Joshua Root)

comment:1 Changed 9 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

r129417 (maintainer timeout)

Note: See TracTickets for help on using tickets.