Ticket #35334: umen.patch
File umen.patch, 693 bytes (added by robsonpeixoto@…, 12 years ago) |
---|
-
Portfile
6 6 name libmemcached 7 7 version 1.0.9 8 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 revision 09 revision 1 10 10 categories devel 11 11 platforms darwin 12 12 maintainers nomaintainer … … 41 41 configure.args-append --enable-hsieh_hash 42 42 } 43 43 44 variant umem description {enable libumem support} { 45 depends_lib-append port:umem 46 configure.args-append --enable-umem 47 } 48 44 49 platform darwin 8 { 45 50 patchfiles-append no_memslap.diff 46 51 }