pkgsrc/net/rsync/hacks.mk
tv 61598aca67 On Interix, use pkgsrc iconv, as the calls rsync is doing are segfaulting
in libc (the "initialize/reset" call of foo,NULL,0,NULL,0 doesn't work).
2006-11-21 19:36:16 +00:00

9 lines
293 B
Makefile

# $NetBSD: hacks.mk,v 1.1 2006/11/21 19:36:16 tv Exp $
### [Tue Nov 21 19:32:00 UTC 2006 : tvierling]
### iconv(..., NULL, 0, NULL, 0) crashes in libc version of iconv(3)
###
.if !empty(LOWER_OPSYS:Minterix*)
PKG_HACKS+= pkgsrc-iconv
.include "../../converters/libiconv/buildlink3.mk"
.endif