clamsmtp: Fix compile under musl 6874/head
authorRosen Penev <rosenp@gmail.com>
Sun, 26 Aug 2018 04:48:20 +0000 (21:48 -0700)
committerRosen Penev <rosenp@gmail.com>
Sun, 26 Aug 2018 15:20:21 +0000 (08:20 -0700)
commit087983a97ef018c412dba44386c15b02c1850754
tree52cc689b531aaac0dbdcbbc8a79d666fa47275ba
parent0194bf7d07563d707d3669d4970badb4f790850f
clamsmtp: Fix compile under musl

sys/socket already includes the needed socket stuff. Including the second
header causes the build to fail.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
mail/clamsmtp/Makefile
mail/clamsmtp/patches/010-fix-build.patch [new file with mode: 0644]