ports/telephony/iaxmodem/patches/patch-configure

12 lines
288 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: configure
--- configure.orig
+++ configure
@@ -20,6 +20,7 @@ if [ -n "${IAXVER}" ]; then
fi
cat Makefile.in | sed -e "s/@VERSION@/${IAXMODEMVER}/g" | \
+ sed -e "s,@LDFLAGS@,${LDFLAGS},g" | \
sed -e "s/@DSPVER@/${DSPVER}/g" | \
sed -e "s/@IAXVER@/${IAXVER}/g" > Makefile