Ticket #26134: dante.dylib.diff

File dante.dylib.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)

patch which fixes the first problem

  • Portfile

     
    44
    55name                    dante
    66version                 1.2.1
     7revision                1
    78categories              net
    89platforms               darwin
    910maintainers             nomaintainer
     
    2930                        sha1    381803f0e6149c064c679b04dd9abc647cfc76c0 \
    3031                        rmd160  219398c9f87943f382ddf2dc56d3604efa4360ca
    3132
     33patchfiles              patch-configure.diff
     34
    3235configure.args          --mandir=${prefix}/share/man \
    3336                        --with-socks-conf=${prefix}/etc/dante/socks.conf \
    3437                        --with-sockd-conf=${prefix}/etc/dante/sockd.conf \
  • files/patch-configure.diff

     
     1--- configure.orig      2010-05-27 05:00:18.000000000 -0500
     2+++ configure   2010-08-17 22:53:36.000000000 -0500
     3@@ -25327,6 +25327,10 @@
     4                SOLIB_POSTFIX=sl
     5        ;;
     6 
     7+       *-*-darwin*)
     8+               SOLIB_POSTFIX=dylib
     9+       ;;
     10+
     11        *-*-irix*)
     12                PRELOAD="RLD"
     13        ;;