summaryrefslogtreecommitdiff
path: root/net/asterisk20/files/patch-menuselect_configure
diff options
context:
space:
mode:
authorOleksandr Kryvulia <o.kryvulia@flex-it.com.ua>2024-12-16 14:25:27 +0200
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2024-12-17 02:05:21 +0800
commitb85572488263a0e0b89a98427c4fc26b32109b87 (patch)
tree51a429a5cfd36cd0ff91d11acc3d9a3f3e70b6a6 /net/asterisk20/files/patch-menuselect_configure
parentlang/kotlin: fix build due to incorrect plist (diff)
Add net/asterisk20: LTS version of Asterisk PBX software
PR: 280905
Diffstat (limited to 'net/asterisk20/files/patch-menuselect_configure')
-rw-r--r--net/asterisk20/files/patch-menuselect_configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/asterisk20/files/patch-menuselect_configure b/net/asterisk20/files/patch-menuselect_configure
new file mode 100644
index 000000000000..0bba133d6749
--- /dev/null
+++ b/net/asterisk20/files/patch-menuselect_configure
@@ -0,0 +1,11 @@
+--- menuselect/configure.orig 2022-06-23 15:26:13 UTC
++++ menuselect/configure
+@@ -5099,7 +5099,7 @@ else
+ printf "%s\n" "yes" >&6; }
+
+ PBX_LIBXML2=1
+- LIBXML2_INCLUDE=$(echo ${LIBXML2_CFLAGS} | $SED -e "s|-std=c99||g")
++ LIBXML2_INCLUDE=$(echo ${LIBXML2_CFLAGS} | sed -e "s|-std=c99||g")
+ LIBXML2_LIB="$LIBXML2_LIBS"
+
+ printf "%s\n" "#define HAVE_LIBXML2 1" >>confdefs.h