summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortv <tv>2006-11-21 19:36:16 +0000
committertv <tv>2006-11-21 19:36:16 +0000
commit07f4808e1f49b18cb99acbc90514e325d4c06083 (patch)
tree9591d82e97c94777b94f54cd7a71525fa0693b06 /net
parentc5995aac560975b8d7f22f9d9815e76ccbc05951 (diff)
downloadpkgsrc-07f4808e1f49b18cb99acbc90514e325d4c06083.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')
-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