summaryrefslogtreecommitdiff
path: root/devel/allegro/patches/patch-ay
blob: b66696d5978b5ae30f5a61749cd9a4a4358d6741 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ay,v 1.2 2006/01/22 13:55:20 wiz Exp $

--- src/unix/umodules.c.orig	2005-09-04 18:00:17.000000000 +0200
+++ 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
 };