summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
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