summaryrefslogtreecommitdiff
path: root/audio/libao/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libao/patches/patch-ac')
-rw-r--r--audio/libao/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/libao/patches/patch-ac b/audio/libao/patches/patch-ac
deleted file mode 100644
index 517e79c2798..00000000000
--- a/audio/libao/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2001/03/15 20:35:58 wiz Exp $
-
---- ../libao-0.6.0.orig/src/audio_out.c Fri Feb 23 17:31:46 2001
-+++ src/audio_out.c Thu Mar 15 10:21:55 2001
-@@ -63,7 +63,7 @@
- driver_tree_t *dt;
- void *handle;
-
-- handle = dlopen(plugin_file, RTLD_NOW);
-+ handle = dlopen(plugin_file, DL_LAZY);
- if (handle) {
- dt = (driver_tree_t *)malloc(sizeof(driver_tree_t));
- if (!dt) return NULL;