summaryrefslogtreecommitdiff
path: root/net/rsync
diff options
context:
space:
mode:
authortnn <tnn>2007-10-16 23:48:58 +0000
committertnn <tnn>2007-10-16 23:48:58 +0000
commit16bad87c5fde64bb6d83946f53a326e5c847d1e7 (patch)
treeb29811eb6b46cc5f60ca30ac6cd4ef5482fa68eb /net/rsync
parent569a83e1855a275b7deac124049b89ea9748eab5 (diff)
downloadpkgsrc-16bad87c5fde64bb6d83946f53a326e5c847d1e7.tar.gz
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/hacks.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rsync/hacks.mk b/net/rsync/hacks.mk
index 55aebc218fd..bbaabc751db 100644
--- a/net/rsync/hacks.mk
+++ b/net/rsync/hacks.mk
@@ -1,9 +1,9 @@
-# $NetBSD: hacks.mk,v 1.1 2006/11/21 19:36:16 tv Exp $
+# $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 !empty(LOWER_OPSYS:Minterix*)
+.if ${OPSYS} == "Interix"
PKG_HACKS+= pkgsrc-iconv
.include "../../converters/libiconv/buildlink3.mk"
.endif