aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-09-01 14:43:54 -0700
committerGuy Harris <guy@alum.mit.edu>2017-09-01 21:53:30 +0000
commite1a591fc746b6d32b68a48b5d80846677ca0fffb (patch)
tree84efa14cb81143d4e345fc9fa34199c41b6c4683 /tools
parent8f555e43351517f1eb51f04a960936c9fef9a02a (diff)
Get rid of no-longer-needed patches to PortAudio.
The version of PortAudio we now specify has both of those problems fixed. Change-Id: I7364a5dfac1aac4799347a88f3e89fcb52f57d32 Reviewed-on: https://code.wireshark.org/review/23356 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/macos-setup.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/macos-setup.sh b/tools/macos-setup.sh
index 35cc4b3ebc..787f2256e5 100755
--- a/tools/macos-setup.sh
+++ b/tools/macos-setup.sh
@@ -1465,15 +1465,6 @@ install_portaudio() {
gzcat $PORTAUDIO_VERSION.tgz | tar xf - || exit 1
cd portaudio
#
- # Un-comment an include that's required on Lion.
- #
- patch -p0 include/pa_mac_core.h <../../macosx-support-lib-patches/portaudio-pa_mac_core.h.patch
- #
- # Fix a bug that showed up with clang (but is a bug with any
- # compiler).
- #
- patch -p0 src/hostapi/coreaudio/pa_mac_core.c <../../macosx-support-lib-patches/portaudio-pa_mac_core.c.patch
- #
# Disable fat builds - the configure script doesn't work right
# with Xcode 4 if you leave them enabled, and we don't build
# any other libraries fat (GLib, for example, would be very