New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81587


Ignore:
Timestamp:
08/02/11 04:03:11 (4 years ago)
Author:
jmr@…
Message:

openssl97: disable non-working universal variant (#26021), use configure.cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/openssl97/Portfile

    r57375 r81587  
    3131configure.args          -L${prefix}/lib --openssldir=${prefix}/etc/${name} zlib no-asm no-krb5 shared 
    3232 
     33build.args              CC=${configure.cc} 
     34 
    3335destroot.destdir        INSTALL_PREFIX=${destroot} 
    3436# do not install docs, just sw 
     
    3739test.run                yes 
    3840 
     41universal_variant       no 
     42 
    3943livecheck.type  regex 
    4044livecheck.url   ${master_sites} 
    4145livecheck.regex openssl-(0.9.7\[a-z\]) 
    42  
    43 platform darwin 8 { 
    44         build.args      CC=/usr/bin/gcc-4.0 
    45 } 
Note: See TracChangeset for help on using the changeset viewer.