summaryrefslogtreecommitdiff
path: root/devel/allegro/patches/patch-ay
blob: ba215e29bff5be3b20ca6b0d80e714ef6c9a41a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ay,v 1.4 2007/01/04 00:15:03 wiz Exp $

--- src/unix/umodules.c.orig	2005-09-04 16:00:17.000000000 +0000
+++ src/unix/umodules.c
@@ -44,7 +44,10 @@ static MODULE *module_list = NULL;
 /* where to look for modules.lst */
 static char *module_path[] =
 {
-   "/usr/local/lib/allegro/", "/usr/lib/allegro/", NULL
+   "@@PREFIX@@/lib/allegro/",
+   "/usr/local/lib/allegro/",
+   "/usr/lib/allegro/",
+   NULL
 };