summaryrefslogtreecommitdiff
path: root/net/rsync/hacks.mk
blob: f60f5ccef20a5b526614b78f359e09031a86c364 (plain)
1
2
3
4
5
6
7
8
9
# $NetBSD: hacks.mk,v 1.4 2008/03/11 10:16:43 tron Exp $

### [Tue Nov 21 19:32:00 UTC 2006 : tvierling]
### iconv(..., NULL, 0, NULL, 0) crashes in libc version of iconv(3)
###
.if ${OPSYS} == "Interix"
PKG_HACKS+=	pkgsrc-iconv
.include "../../converters/libiconv/buildlink3.mk"
.endif