#50678: makeicns does not build on Snow Leopard with libc++ -----------------------------+------------------------- Reporter: steven.dwyer@… | Owner: mk@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: snowleopard Port: makeicns | -----------------------------+------------------------- Comment (by steven.dwyer@…): Replying to [comment:14 mojca@…]:
Steven, can you please try to comment out the following line and try again? {{{ build.env-append SDK=${configure.sdkroot} }}}
I tried that but it didn't seem to make any difference - the SDK never appears in the reporting of environment variables when debug is turned on. Commenting out the if surrounding the above line: {{{ #if {${configure.sdkroot} != ""} { build.env-append SDK=${configure.sdkroot} #} }}} results in an empty SDK environment variable and a working build! It seems that {{{${configure.sdkroot}}}} is empty. -- Ticket URL: <https://trac.macports.org/ticket/50678#comment:15> MacPorts <https://www.macports.org/> Ports system for OS X