Ticket #40893: Portfile-encfs.diff

File Portfile-encfs.diff, 458 bytes (added by ak@…, 10 years ago)

Patch for encfs Portfile to add compile options for OS-X 10.9

  • Portfile

    old new  
    3535depends_lib         port:rlog port:openssl path:lib/libfuse.dylib:fuse4x port:gettext port:boost
    3636
    3737configure.cppflags-append   -D__FreeBSD__=10
     38platform darwin 13 {
     39    configure.cppflags-append   "-mmacosx-version-min=10.7"
     40    configure.ldflags-append    "-mmacosx-version-min=10.7"
     41}
    3842configure.args      --with-boost=${prefix}