blob: ad7af6bd9233513f1599c594bb2220b05a686e9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-cb,v 1.2 2006/08/06 10:36:50 wiz Exp $
--- src/libw32dll/common.c.orig 2006-06-12 00:09:47.000000000 +0900
+++ src/libw32dll/common.c
@@ -6,10 +6,7 @@ static char *get_win32_codecs_path(confi
DIR *dir;
char *path, *cfgpath;
char *listpath[] = { "",
- "/usr/lib/codecs",
- "/usr/local/lib/codecs",
- "/usr/lib/win32",
- "/usr/local/lib/win32",
+ "@W32PATH@",
NULL };
int i = 0;
|