Changes between Version 1 and Version 2 of Ticket #59360, comment 5


Ignore:
Timestamp:
Oct 17, 2019, 2:08:52 PM (5 years ago)
Author:
Gcenx
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59360, comment 5

    v1 v2  
    1010I can personally test down to 10.8 maybe even 10.6.8, I don't have access to anything running 10.5
    1111
    12 I could add
    13 {{{
    14 build.env-append \
    15 configure.cflags-append   -isysroot${configure.sdkroot} \
    16 configure.ldflags-append  -isysroot${configure.sdkroot}
    17 }}}
    18 Into the Portfile in combination with the above patch.
    19 
    2012
    2113Replying to [comment:3 kencu]:
     
    2618> or similarly with setting a build env var.
    2719
    28 True, I could just add;
    29 {{{
    30 build.env-append \
    31 configure.cflags-append   -isysroot${configure.sdkroot} \
    32 configure.ldflags-append  -isysroot${configure.sdkroot}
    33 }}}
     20Removed yeah bad idea.
    3421
    3522
     
    4431}}}
    4532So I could build as universal, removing the above `libvpx` still builts of course not as universal but it still built.
    46 
    47 I could always use the above patch and add
    48 {{{
    49 build.env-append \
    50 configure.cflags-append   -isysroot${configure.sdkroot} \
    51 configure.ldflags-append  -isysroot${configure.sdkroot}
    52 }}}
    53 into the Portfile