Opened 15 years ago
Closed 15 years ago
#20145 closed defect (fixed)
libXaw-1.0.6 Changeset 53301 can cause build failure
Reported by: | sidney@… | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | ||
Port: | xorg-libXaw |
Description
These new lines in changeset 53301 to the libXaw Portfile
# Delete this, so it searches its own headers first rather than installed ones configure.cppflags-delete -I/opt/local/include
break the build if it causes configure.cppflags to be deleted completely. I get an error
can't read "configure.cppflags"
If I add the following line after the delete, it builds ok, but I don't know enough to say if that is the correct fix:
configure.cppflags-append -I/opt/local/include
Change History (4)
comment:1 Changed 15 years ago by sidney@…
comment:2 Changed 15 years ago by sidney@…
I entered the port wrong in the bug summary. It should be xorg-libXaw not libXaw
comment:3 Changed 15 years ago by blb@…
Owner: | changed from macports-tickets@… to jeremyhu@… |
---|---|
Port: | xorg-libXaw added; libXaw removed |
comment:4 Changed 15 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I should have pasted in the complete error message in context, just to make sure it is clear: