[MacPorts] #33877: Build atk, pango and gdk-pixbuf2 with GObject Introspection
MacPorts
noreply at macports.org
Thu Jul 5 19:28:57 PDT 2012
#33877: Build atk, pango and gdk-pixbuf2 with GObject Introspection
------------------------------+---------------------------------------------
Reporter: cal@… | Owner: singingwolfboy@…
Type: enhancement | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.0.99
Keywords: haspatch | Port: atk pango pango-devel gdk-pixbuf2
------------------------------+---------------------------------------------
Comment(by ryandesign@…):
Replying to [comment:20 dougalg@…]:
>
{{{
Error: Unable to open port: invalid command name "CC=/usr/bin/clang"
}}}
I'm not sure which of the four patches in this ticket you're talking
about. The only thing I can imagine is that you did not actually use the
patch(es), but rather tried to make equivalent changes to the Portfile(s)
manually, and ended up inserting something like the following, which is a
syntax error:
{{{
build.env-append
CC=${configure.cc}
}}}
Rather than the following, which is what you want:
{{{
build.env-append \
CC=${configure.cc}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/33877#comment:21>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list