summaryrefslogtreecommitdiff
path: root/net/rsync/hacks.mk
blob: bbaabc751dbd023b7b0bfe4059e182da85e00a8c (plain)
1
2
3
4
5
6
7
8
9
# $NetBSD: hacks.mk,v 1.2 2007/10/16 23:48:58 tnn 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