portaudio-cpp: use the original CMakeLists.txt

This commit is contained in:
2025-08-16 20:02:29 +00:00
parent e296f8b8e6
commit ee2760f347
2 changed files with 2 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxGgo5oKogNbuRKJw+V3MWwHSH1a2wBlgXlPr7bWeT2/coVkmHGyUukYUnYSPFFfzKpqB0DIkhSvNQsPZCa2CywI=
SHA256 (Pkgfile) = d9f3c82ecaecb3383f1771015b5765a31c5bed1b115801895bb28a9d109aa47c
RWTTPlFarK9CxE4CBPnCb0Xp1IYXq+BKEzeFN4obXxi3QbARAwI7BpSznN+bctfAMqEgX4lIek6AUc5g4O/Cbq+vawEoWh9gFgI=
SHA256 (Pkgfile) = 163d1ce45681e048fd829b0f44700d9f121a9892a656f9427f9f6781baa044cc
SHA256 (.footprint) = 51c851f8084fa5147b8c6b563fdc7fceb38ffc117301feda08d3182c422e77a2
SHA256 (portaudio-19.8.0.tar.gz) = 53c8cd229ca9f8b4abff8277d8678c339e9422e9408cfb2e0f4e2ddf8def6396

View File

@@ -18,9 +18,6 @@ build() {
-DBUILD_SHARED_LIBS=ON
-DCMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS")
# camel-case is applied inconsistently; must be fixed downstream for now
sed -e "s/::portaudio/::PortAudio/g" -i cmake/modules/FindPortAudio.cmake
sed -e "/^target_link_libraries/s/::portaudio/::PortAudio/" -i CMakeLists.txt
cmake -S . -B build -G Ninja "${PKGMK_PACPP[@]}"
# eschewing autotools allows us to build successfully with multiple jobs