[MacPorts] #22701: qt4-mac-devel deletes /dev/null
MacPorts
noreply at macports.org
Thu Nov 26 21:41:06 PST 2009
#22701: qt4-mac-devel deletes /dev/null
-------------------------------------+--------------------------------------
Reporter: ryandesign@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.1
Keywords: | Port: qt4-mac-devel
-------------------------------------+--------------------------------------
Comment(by ryandesign@…):
I suspect this line in the configure script:
{{{
"$TEST_COMPILER" "$@" -o /dev/null conftest.cpp
}}}
Changing that to
{{{
"$TEST_COMPILER" "$@" -o dummy conftest.cpp
}}}
should fix it but I haven't tested yet.
--
Ticket URL: <http://trac.macports.org/ticket/22701#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list