From b27709344b5130749b4aecf7e86b2476bc3fa6d1 Mon Sep 17 00:00:00 2001 From: Max Khon Date: Wed, 26 Apr 2006 11:31:03 +0000 Subject: - Update to 1.2.7.1 [1] - Remove bristuff support (will be added later as a slave port) - Update codec negotiation patch [2] - Use pwlib and openh323 from ports [3] - Remove FORBIDDEN now that asterisk is >= 1.2.6 Note: WITH_ZAPTEL may be broken because zaptel-bsd driver is not synced with Digium zaptel driver. PR: 93528, 96315 Submitted by: Andriy I Pylypenko [1] [2] [3] Approved by: MAINTAINER --- net/asterisk12/files/patch-apps::Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/asterisk12/files/patch-apps::Makefile') diff --git a/net/asterisk12/files/patch-apps::Makefile b/net/asterisk12/files/patch-apps::Makefile index ee7d560bed69..2b0de4d3381c 100644 --- a/net/asterisk12/files/patch-apps::Makefile +++ b/net/asterisk12/files/patch-apps::Makefile @@ -61,7 +61,7 @@ $FreeBSD$ +endif + app_sql_postgres.o: app_sql_postgres.c -- $(CC) -pipe -I/usr/local/pgsql/include $(CFLAGS) -c -o app_sql_postgres.o app_sql_postgres.c +- $(CC) -pipe -I$(CROSS_COMPILE_TARGET)/usr/local/pgsql/include -I$(CROSS_COMPILE_TARGET)/usr/include/postgresql $(CFLAGS) -c -o app_sql_postgres.o app_sql_postgres.c + $(CC) -I$(LOCALBASE)/include/pgsql $(CFLAGS) -c -o app_sql_postgres.o app_sql_postgres.c app_sql_postgres.so: app_sql_postgres.o -- cgit v1.2.3