[MacPorts] #20145: libXaw-1.0.6 Changeset 53301 can cause build failure
MacPorts
noreply at macports.org
Thu Jul 2 17:49:03 PDT 2009
#20145: libXaw-1.0.6 Changeset 53301 can cause build failure
-------------------------------+--------------------------------------------
Reporter: sidney@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.7.1
Keywords: | Port: libXaw
-------------------------------+--------------------------------------------
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
}}}
--
Ticket URL: <http://trac.macports.org/ticket/20145>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list