#40214: cntlm is not UsingTheRightCompiler or -arch flags ---------------------------+------------------------ Reporter: ryandesign@… | Owner: jsaucier@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: cntlm | ---------------------------+------------------------ Comment (by ryandesign@…): The problem is the configure script is not an autotools configure script; it's a very minimal hand-written script that doesn't do much of anything. Part of its output is: {{{ Checking endian... little endian }}} It is an error to check for endianness at configure time, since in a universal build it's not necessarily the same for all architectures. This error should either be corrected, or the port will have to use the muniversal portgroup to build its universal variant (or disable the universal variant if it cannot be made to work). -- Ticket URL: <https://trac.macports.org/ticket/40214#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X