diff options
Diffstat (limited to 'textproc/icu/patches/patch-af')
-rw-r--r-- | textproc/icu/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/icu/patches/patch-af b/textproc/icu/patches/patch-af new file mode 100644 index 00000000000..fefb0b73c7f --- /dev/null +++ b/textproc/icu/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1.1.1 2000/12/20 18:28:05 skrll Exp $ + +--- test/cintltst/cintltst.c.orig Wed Aug 16 23:27:48 2000 ++++ test/cintltst/cintltst.c +@@ -158,7 +158,7 @@ + { + if (_testDirectory == NULL) + { +-#if defined(_AIX) || defined(U_SOLARIS) || defined(U_LINUX) || defined(HPUX) || defined(POSIX) || defined(OS390) ++#if defined(_AIX) || defined(U_SOLARIS) || defined(U_LINUX) || defined(HPUX) || defined(POSIX) || defined(OS390) || defined(U_NETBSD) + ctest_setTestDirectory("source|test|testdata|"); + #else + ctest_setTestDirectory("icu|source|test|testdata|"); |