diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2025-02-07 04:20:28 -0500 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2025-02-07 04:45:32 -0500 |
commit | 99f3133891a38ebdc17181207e1873ad6d8947f3 (patch) | |
tree | 583715c1f9a00e0077c40f25e284dc324c9efec4 /audio/mac/files/patch-configure | |
parent | print/rtf2latex2e: Update to 2.2.3 (diff) |
audio/mac: Update to 10.93
Switch back to the official SDK and make fetchable again. There's been
10 years of development since the last update, so have fun reading the
verion history!
Add upstream patches to audio/aqualung to make it work with the renamed
libraries. Other consumers just use the `mac` binary.
https://www.monkeysaudio.com/versionhistory.html
Diffstat (limited to 'audio/mac/files/patch-configure')
-rw-r--r-- | audio/mac/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/mac/files/patch-configure b/audio/mac/files/patch-configure deleted file mode 100644 index 6b94f3d3899f..000000000000 --- a/audio/mac/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2010-07-22 17:51:17 UTC -+++ configure -@@ -3075,7 +3075,7 @@ fi - - - # Checks for programs. --CXXFLAGS="$CXXFLAGS -O3 -Wall -pedantic -Wno-long-long" -+CXXFLAGS="$CXXFLAGS -Wall -pedantic -Wno-long-long" - ac_ext=cpp - ac_cpp='$CXXCPP $CPPFLAGS' - ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |