summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/allegro/patches/patch-ay16
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/allegro/patches/patch-ay b/devel/allegro/patches/patch-ay
deleted file mode 100644
index ba215e29bff..00000000000
--- a/devel/allegro/patches/patch-ay
+++ /dev/null
@@ -1,16 +0,0 @@
-$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
- };
-
-