summaryrefslogtreecommitdiff
path: root/net/rsync
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2006-11-21 19:36:16 +0000
committertv <tv@pkgsrc.org>2006-11-21 19:36:16 +0000
commit61598aca67761361d63a98c6802bcf4dd330bf0b (patch)
tree9591d82e97c94777b94f54cd7a71525fa0693b06 /net/rsync
parent569889ebf2385ae5ad7810e96350929ac1c5d5ac (diff)
downloadpkgsrc-61598aca67761361d63a98c6802bcf4dd330bf0b.tar.gz
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).
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/hacks.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/net/rsync/hacks.mk b/net/rsync/hacks.mk
new file mode 100644
index 00000000000..55aebc218fd
--- /dev/null
+++ b/net/rsync/hacks.mk
@@ -0,0 +1,9 @@
+# $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