From f613ac049d40272c3b27a76dbab7f6723f2a2ba2 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Sun, 6 Jun 2010 20:39:21 +0000 Subject: Bump PORTREVISION after libao update and handle API incompatibility. --- comms/aldo/Makefile | 1 + comms/aldo/files/patch-src_audioworkspace.cc | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 comms/aldo/files/patch-src_audioworkspace.cc (limited to 'comms/aldo') diff --git a/comms/aldo/Makefile b/comms/aldo/Makefile index 0d5cee1f0ac3..4ba55d838feb 100644 --- a/comms/aldo/Makefile +++ b/comms/aldo/Makefile @@ -7,6 +7,7 @@ PORTNAME= aldo PORTVERSION= 0.7.5 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/comms/aldo/files/patch-src_audioworkspace.cc b/comms/aldo/files/patch-src_audioworkspace.cc new file mode 100644 index 000000000000..8dc79addc8da --- /dev/null +++ b/comms/aldo/files/patch-src_audioworkspace.cc @@ -0,0 +1,10 @@ +--- src/audioworkspace.cc.orig 2010-06-06 14:43:58.000000000 +0200 ++++ src/audioworkspace.cc 2010-06-06 14:44:27.000000000 +0200 +@@ -104,6 +104,7 @@ oastream AudioWorkSpace::create_output_s + { + ao_sample_format format; + ++ memset(&format, 0, sizeof(format)); + format.bits = m_bits; + format.channels = m_channels; + format.rate = m_sample_rate; -- cgit v1.2.3