diff options
author | wiz <wiz> | 2007-03-23 07:39:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-03-23 07:39:29 +0000 |
commit | bf22bd7ec85341d8c9c15f8c45a56d2540f2cebe (patch) | |
tree | aa339858efcdefe2b4e8aa598fe252d9f44115c3 /devel/allegro | |
parent | 408b19522b4e5348028f9e2c6b21723ed9bf6425 (diff) | |
download | pkgsrc-bf22bd7ec85341d8c9c15f8c45a56d2540f2cebe.tar.gz |
Remove unused patch.
Diffstat (limited to 'devel/allegro')
-rw-r--r-- | devel/allegro/patches/patch-ay | 16 |
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 - }; - - |