commit a60dc22

chld  ·  2026-08-25 01:06:05 +0000 UTC
parent 5004040
alsa-utils: add a prebuild note
1 files changed,  +5, -0
+5, -0
 1@@ -26,6 +26,11 @@ exec $c
 2 EOF
 3 }
 4 
 5+prebuild(){
 6+    msg "NOTE: alsa will not build with netbsd-curses. uninstall netbsd-curses before building!"
 7+    echo
 8+}
 9+
10 build() {
11     static_cc='clang -static'
12     export eflags='-Qunused-arguments -Wno-error=unused-command-line-argument'