Ticket #18549: patch-py25-shogun.diff
File patch-py25-shogun.diff, 529 bytes (added by nerdling (Jeremy Lavergne), 16 years ago) |
---|
-
Portfile
old new 68 68 depends_lib-append port:lp_solve 69 69 } 70 70 71 post-destroot { 72 reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/src/configure 73 } 74 71 75 post-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!" 73 77 }