$NetBSD: patch-ay,v 1.1 2005/09/11 14:17:44 wiz Exp $

--- src/unix/umodules.c.orig	2005-09-08 11:48:35.000000000 +0900
+++ src/unix/umodules.c	2005-09-08 11:53:04.000000000 +0900
@@ -43,7 +43,10 @@
 /* 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
 };
 
 
