freeswitch-stable: move folder
[feed/telephony.git] / net / freeswitch-stable / patches / 280-tone-down-freetdm-COMP_VENDOR_CFLAGS.patch
diff --git a/net/freeswitch-stable/patches/280-tone-down-freetdm-COMP_VENDOR_CFLAGS.patch b/net/freeswitch-stable/patches/280-tone-down-freetdm-COMP_VENDOR_CFLAGS.patch
deleted file mode 100644 (file)
index 7e29e94..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/libs/freetdm/configure.ac
-+++ b/libs/freetdm/configure.ac
-@@ -88,7 +88,7 @@ AC_ARG_ENABLE([enable_64],
- case "${ax_cv_c_compiler_vendor}" in
- gnu)
--      COMP_VENDOR_CFLAGS="-ffast-math -Wall -Werror -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -O0"
-+      COMP_VENDOR_CFLAGS="-ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes"
-       ;;
- sun)
-       COMP_VENDOR_CFLAGS="-xc99=all -mt -xCC -xvpara"