shogo82148 / Redis-Fast

fast perl binding for Redis database
https://metacpan.org/release/Redis-Fast
Other
25 stars 21 forks source link

Use gmake for building library on BSD platform except KFreeBSD #2

Closed syohex closed 11 years ago

syohex commented 11 years ago

Because deps/hiredis/Makefile is GNU Makefile. On BSD platform, 'make' stands for BSDMake except KFreeBSD.

Please see this patch.