mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
624 B
C
14 lines
624 B
C
$NetBSD: patch-tests_test__locale.c,v 1.1 2012/12/11 08:22:49 jnemeth Exp $
|
|
|
|
--- tests/test_locale.c.orig 2011-09-29 21:16:07.000000000 +0000
|
|
+++ tests/test_locale.c
|
|
@@ -81,7 +81,7 @@ static char *handle_cli_test_locales(str
|
|
|
|
/* First we run a set of tests with the global locale, which isn't thread-safe. */
|
|
if (!(localedir = opendir(
|
|
-#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined( __NetBSD__ ) || defined(__APPLE__)
|
|
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined( __NetBSD__ ) || defined(__APPLE__) || defined(__DragonFly__)
|
|
"/usr/share/locale"
|
|
#else /* Linux */
|
|
"/usr/lib/locale"
|