summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-03-23 07:39:29 +0000
committerwiz <wiz@pkgsrc.org>2007-03-23 07:39:29 +0000
commit80de0a0e260320debca3987e03c3d04c07e2d3a7 (patch)
treeaa339858efcdefe2b4e8aa598fe252d9f44115c3
parent7831cd40bbe44559ba77107c4cd70d5565989184 (diff)
downloadpkgsrc-80de0a0e260320debca3987e03c3d04c07e2d3a7.tar.gz
Remove unused patch.
-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
- };
-
-