opnsense-ports/audio/uade/files/patch-configure
Franco Fichtner 241e98aef5 */*: sync with upstream
Taken from: FreeBSD
2023-02-20 10:02:24 +01:00

11 lines
234 B
Text

--- configure.orig 2022-10-01 15:24:39 UTC
+++ configure
@@ -389,7 +389,7 @@ if test "$?" != "0"; then
exit 1
fi
-VASM=$(which vasm.vasmm68k-mot)
+VASM=$(which vasmm68k_mot)
if [[ -n ${VASM} ]] ; then
usescore="yes"
fi