Opened 9 years ago

Closed 9 years ago

#48274 closed defect (fixed)

thrift stealth links against qt4 if installed

Reported by: michaelld (Michael Dickens) Owned by: naoya.n@…
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: haspatch Cc:
Port: thrift

Description

thrift links again qt4 stealthily because the "--with-qt4=no" configure.arg is not used. I tried adding in a variant for +qt4, but it bombs out. As thrift requires c++11, it won't work out of the box with qt4-mac, I think without the +cxx11 variant on qt4-mac. I haven't tested this yet. Thus, I'm recommending just adding in the configure.arg flag to disable stealth linking with qt4.

Attachments (1)

thrift_Portfile.diff (691 bytes) - added by michaelld (Michael Dickens) 9 years ago.

Download all attachments as: .zip

Change History (3)

Changed 9 years ago by michaelld (Michael Dickens)

Attachment: thrift_Portfile.diff added

comment:1 Changed 9 years ago by michaelld (Michael Dickens)

Keywords: haspatch added

comment:2 Changed 9 years ago by blair (Blair Zajac)

Resolution: fixed
Status: newclosed

Thanks, fixed in r138776. In the future, sort configure args alphabetically, do not put the newest one on the end of the list, thx!

Note: See TracTickets for help on using tickets.