aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeswitch/fix-postgres-headers.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-18 13:18:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-18 14:45:10 +0000
commit7d4e78cd66f0a8afc7710932268c59cb0830adde (patch)
treec0d3a6f2cc639574dae413bf855c07d00fc2b0f3 /main/freeswitch/fix-postgres-headers.patch
parentc5f7cc6296606e366c82963843d034535737f24a (diff)
downloadaports-7d4e78cd66f0a8afc7710932268c59cb0830adde.tar.bz2
aports-7d4e78cd66f0a8afc7710932268c59cb0830adde.tar.xz
main/freeswitch: upgrade to 1.4.13
Diffstat (limited to 'main/freeswitch/fix-postgres-headers.patch')
-rw-r--r--main/freeswitch/fix-postgres-headers.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/freeswitch/fix-postgres-headers.patch b/main/freeswitch/fix-postgres-headers.patch
deleted file mode 100644
index c158c8d3b5..0000000000
--- a/main/freeswitch/fix-postgres-headers.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/mod/event_handlers/mod_cdr_pg_csv/mod_cdr_pg_csv.c.orig
-+++ ./src/mod/event_handlers/mod_cdr_pg_csv/mod_cdr_pg_csv.c
-@@ -37,7 +37,7 @@
-
- #include <switch.h>
- #include <sys/stat.h>
--#include <postgresql/libpq-fe.h>
-+#include <libpq-fe.h>
-
- SWITCH_MODULE_LOAD_FUNCTION(mod_cdr_pg_csv_load);
- SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_cdr_pg_csv_shutdown);