Ticket #12403: p7zip-universal.patch

File p7zip-universal.patch, 628 bytes (added by meissnem@…, 17 years ago)

add +universal support

  • Portfile

     
    1111        highest compression ratio.
    1212homepage         http://p7zip.sourceforge.net/
    1313platforms        darwin
    14 universal_variant no
    1514
    1615master_sites     sourceforge
    1716use_bzip2        yes
     
    2928        }
    3029}
    3130
     31post-configure {
     32        if {[variant_isset universal]} {
     33                reinplace "s|\$(LOCAL_FLAGS)|${configure.universal_cflags} \$(LOCAL_FLAGS)|g" ${worksrcpath}/makefile.machine
     34        }
     35}
     36
    3237destroot.destdir  DEST_HOME=${prefix} \
    3338                  DEST_MAN=${prefix}/share/man \
    3439                  DEST_DIR=${destroot}