[MacPorts] #25772: texlive-bin build tries to link with icu port due to LDFLAGS and may fail (in icubuild)
MacPorts
noreply at macports.org
Mon Jul 26 17:56:59 PDT 2010
#25772: texlive-bin build tries to link with icu port due to LDFLAGS and may fail
(in icubuild)
---------------------------------+------------------------------------------
Reporter: vinc17@… | Owner: dports@…
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 1.9.1
Keywords: | Port: texlive-bin
---------------------------------+------------------------------------------
Comment(by vinc17@…):
You need to replace
{{{
configure.cppflags-delete -L${prefix}/lib
}}}
by
{{{
configure.ldflags-delete -L${prefix}/lib
}}}
since the -L... is in the LDFLAGS.
I'm trying the upgrade with this change...
--
Ticket URL: <http://trac.macports.org/ticket/25772#comment:7>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list