Ticket #26134: dante.dylib.diff
File dante.dylib.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago) |
---|
-
Portfile
4 4 5 5 name dante 6 6 version 1.2.1 7 revision 1 7 8 categories net 8 9 platforms darwin 9 10 maintainers nomaintainer … … 29 30 sha1 381803f0e6149c064c679b04dd9abc647cfc76c0 \ 30 31 rmd160 219398c9f87943f382ddf2dc56d3604efa4360ca 31 32 33 patchfiles patch-configure.diff 34 32 35 configure.args --mandir=${prefix}/share/man \ 33 36 --with-socks-conf=${prefix}/etc/dante/socks.conf \ 34 37 --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 ;;