mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
14 lines
606 B
Plaintext
14 lines
606 B
Plaintext
$NetBSD: patch-bj,v 1.1 2010/12/22 04:28:53 jnemeth Exp $
|
|
|
|
--- tests/test_locale.c.orig 2010-06-01 21:28:19.000000000 +0000
|
|
+++ tests/test_locale.c
|
|
@@ -80,7 +80,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"
|