aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflo <flo@FreeBSD.org>2013-08-18 02:29:37 +0800
committerflo <flo@FreeBSD.org>2013-08-18 02:29:37 +0800
commit2f859147ff438d997b752e43de97a11af18bd29f (patch)
treeb2404d3aa4c6d1ee30e911fa9d6137c8b6fad8c9
parent93c0ed5c27ffb925e4dd611407c87169d186eb41 (diff)
downloadfreebsd-ports-gnome-2f859147ff438d997b752e43de97a11af18bd29f.tar.gz
freebsd-ports-gnome-2f859147ff438d997b752e43de97a11af18bd29f.tar.zst
freebsd-ports-gnome-2f859147ff438d997b752e43de97a11af18bd29f.zip
Fix build with PULSEAUDIO (again)
PR: ports/181355 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Pointyhat to: flo (who now has a poudriere jail with PULSEAUDIO set to on)
-rw-r--r--www/firefox/files/patch-bug89730019
1 files changed, 0 insertions, 19 deletions
diff --git a/www/firefox/files/patch-bug897300 b/www/firefox/files/patch-bug897300
deleted file mode 100644
index bc8a496d767f..000000000000
--- a/www/firefox/files/patch-bug897300
+++ /dev/null
@@ -1,19 +0,0 @@
-# HG changeset patch
-# User Randell Jesup <rjesup@jesup.org>
-# Date 1375222105 14400
-# Node ID 64c5cc9bad2e84a9b1d6392b095ad06a75b94a4e
-# Parent 0368f4123c8aeb2209582fb8faf3bcb04acd0e13
-Bug897300: Correct mis-merge for pulse audio on Aurora from bug 886886 r=padenot a=bajaj
-
-diff --git a/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.h b/media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.h
---- media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.h.orig 2013-08-14 15:49:41.000000000 +0200
-+++ media/webrtc/trunk/webrtc/modules/audio_device/linux/audio_device_pulse_linux.h 2013-08-17 12:47:34.551632139 +0200
-@@ -313,7 +313,7 @@
- bool _inputDeviceIsSpecified;
- bool _outputDeviceIsSpecified;
-
-- WebRtc_UWord32 _samplingFreq;
-+ WebRtc_UWord32 sample_rate_hz_;
- WebRtc_UWord8 _recChannels;
- WebRtc_UWord8 _playChannels;
-