summaryrefslogtreecommitdiff
path: root/audio/libao/patches/patch-ac
diff options
context:
space:
mode:
authorwiz <wiz>2001-03-15 20:35:58 +0000
committerwiz <wiz>2001-03-15 20:35:58 +0000
commit4d520bf8a7fc88a7ae92e4dd7066e53d197a5267 (patch)
treeb573aa9ae3bd396e4b8f9e35a7cf62e81d6d0613 /audio/libao/patches/patch-ac
parent83a197c390a5112b85b4b06a22437afac2078f94 (diff)
downloadpkgsrc-4d520bf8a7fc88a7ae92e4dd7066e53d197a5267.tar.gz
Initial import of libao, a platform independent audio library.
Package by Jeremy C. Reed, submitted in pkg/12412.
Diffstat (limited to 'audio/libao/patches/patch-ac')
-rw-r--r--audio/libao/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/libao/patches/patch-ac b/audio/libao/patches/patch-ac
new file mode 100644
index 00000000000..517e79c2798
--- /dev/null
+++ b/audio/libao/patches/patch-ac
@@ -0,0 +1,13 @@
+$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;