Ticket #58232: ophcrack-Portfile.patch

File ophcrack-Portfile.patch, 390 bytes (added by outis, 5 years ago)

Adds '--with-libssl' option to configure args.

  • Portfile

    old new  
    2121
    2222patchfiles          configure.diff
    2323
    24 configure.args      --disable-gui --disable-graph
     24configure.args      --disable-gui --disable-graph --with-libssl=/opt/local
    2525
    2626set hasMoreThan512MBofRAM 0
    2727catch {set hasMoreThan512MBofRAM [expr [sysctl hw.memsize] >= 536870912]}