[MacPorts] #52155: libsdl @1.2.15_3 is not building universal
MacPorts
noreply at macports.org
Thu Sep 1 19:34:32 PDT 2016
#52155: libsdl @1.2.15_3 is not building universal
-------------------------------------+----------------------
Reporter: kenneth.f.cunningham@… | Owner: jmr@…
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Resolution: | Keywords:
Port: libSDL @1.2.15 |
-------------------------------------+----------------------
Comment (by larryv@…):
Replying to [ticket:52155 kenneth.f.cunningham@…]:
> I did get libSDL to build with only i386 architecture by manually
setting build_arch in macports.conf to i386
>
> {{{
>
> cxx_stdlib libc++
> buildfromsource always
> delete_la_files yes
> default_compilers macports-clang-3.7 macports-clang-3.4
macports-clang-3.3 gcc-4.2 apple-gcc-4.2 gcc-4.0
> #build_arch x86_64
> build_arch i386
> }}}
Please don’t do this. You can set the build architecture on a per-build
basis instead:
{{{
$ sudo port install whatever build_arch=i386
}}}
--
Ticket URL: <https://trac.macports.org/ticket/52155#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list