Ticket #18549: patch-py25-shogun.diff

File patch-py25-shogun.diff, 529 bytes (added by nerdling (Jeremy Lavergne), 15 years ago)

portfile patch

  • Portfile

    old new  
    6868  depends_lib-append port:lp_solve
    6969}
    7070
     71post-destroot {
     72    reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/src/configure
     73}
     74
    7175post-clean {
    72   ui_msg "Make sure that /opt/local/lib is in your DYLD_LIBRARY_PATH or the sg module will not load properly!"
     76  ui_msg "Make sure that ${prefix}/lib is in your DYLD_LIBRARY_PATH or the sg module will not load properly!"
    7377}