Opened 9 years ago
Closed 9 years ago
#49972 closed defect (fixed)
pianod: fix configure failure when nawk is installed and gawk isn't
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | perette@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.99 |
Keywords: | haspatch | Cc: | kurthindenburg (Kurt Hindenburg) |
Port: | pianod |
Description
This patch fixes a configure failure of pianod when nawk is installed and gawk is not:
config.status: creating config.h nawk: illegal statement input record number 1, file config.h.in source line number 72 config.status: error: could not create config.h
This is a common problem with a variety of software that uses autotools in its build system, and I've been fixing this problem in other ports the same way. If you have no objections, I'm happy to commit it.
Attachments (1)
Change History (5)
Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | pianod-nawk.diff added |
---|
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to perette@… |
---|
comment:2 Changed 9 years ago by perette@…
comment:4 Changed 9 years ago by kurthindenburg (Kurt Hindenburg)
Resolution: | → fixed |
---|---|
Status: | new → closed |
done r144667
Note: See
TracTickets for help on using
tickets.
Replying to ryandesign@…: I welcome your fix. Thanks, Ryan.