Opened 12 years ago

Last modified 12 years ago

#35546 closed defect

Pinfo will not build with Clang — at Initial Version

Reported by: greeneg (Gary Greene) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: clang mountainlion haspatch Cc:
Port: pinfo

Description

On Mountain Lion and Xcode 4.4 (4F250)'s version of clang, pinfo will not build. If you add the following snippet to the Portfile, it will however:

if {${configure.compiler} == "clang"} {

configure.compiler llvm-gcc-4.2

}

Attached is my updated version of the Portfile. Thanks.

Change History (1)

Changed 12 years ago by greeneg (Gary Greene)

Attachment: Portfile added

Updated version of pinfo's Portfile to use LLVM compiler

Note: See TracTickets for help on using tickets.