summaryrefslogtreecommitdiff
path: root/audio/esound/files
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-07-19 05:05:13 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-07-19 05:05:13 +0000
commit0890659c735fe7a38537b20f151951ee4501419e (patch)
treee12f28fc4f65dd4ee39e5c20549ca9ee6e743c14 /audio/esound/files
parentLet the ports collection do its thing with CDB (diff)
esound is the sound library for enlightenment.
Notes
Notes: svn path=/head/; revision=11957
Diffstat (limited to 'audio/esound/files')
-rw-r--r--audio/esound/files/patch-aa14
-rw-r--r--audio/esound/files/patch-ab11
2 files changed, 25 insertions, 0 deletions
diff --git a/audio/esound/files/patch-aa b/audio/esound/files/patch-aa
new file mode 100644
index 000000000000..468aa6a5bb89
--- /dev/null
+++ b/audio/esound/files/patch-aa
@@ -0,0 +1,14 @@
+--- audio_oss.c.orig Sun Jul 19 12:13:08 1998
++++ audio_oss.c Sun Jul 19 12:14:39 1998
+@@ -29,9 +29,11 @@
+
+ /* TODO: check that this is allowable */
+ /* set for full duplex operation, if recording */
++ /*
+ if ( (esd_audio_format & ESD_MASK_FUNC) == ESD_RECORD ) {
+ ioctl( afd, SNDCTL_DSP_SETDUPLEX, 0 );
+ }
++ */
+
+ /* set the sound driver fragment size and number */
+ /* fragment = max_buffers << 16 + log2(buffer_size), (256 16) */
diff --git a/audio/esound/files/patch-ab b/audio/esound/files/patch-ab
new file mode 100644
index 000000000000..044296752923
--- /dev/null
+++ b/audio/esound/files/patch-ab
@@ -0,0 +1,11 @@
+--- ltconfig.orig Sun Jul 19 12:15:10 1998
++++ ltconfig Sun Jul 19 12:15:37 1998
+@@ -778,7 +778,7 @@
+
+ # FreeBSD 3, at last, uses gcc -shared to do shared libraries.
+ freebsd3*)
+- archive_cmds='$CC -shared -o $lib$libobjs'
++ archive_cmds='$LD -Bshareable -o $lib$libobjs /usr/lib/aout/c++rt0.o'
+ hardcode_libdir_flag_spec='-R$libdir'
+ hardcode_direct=yes
+ hardcode_minus_L=yes