summaryrefslogtreecommitdiff
path: root/net/asterisk12/files/patch-apps::Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2006-04-26 11:31:03 +0000
committerMax Khon <fjoe@FreeBSD.org>2006-04-26 11:31:03 +0000
commitb27709344b5130749b4aecf7e86b2476bc3fa6d1 (patch)
tree23fa35448cde58c25cc8f040e58d31bffb0ac2a4 /net/asterisk12/files/patch-apps::Makefile
parent- add CONFLICTS (diff)
- 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 <bamby@portaone.com> [1] [2] [3] Approved by: MAINTAINER
Notes
Notes: svn path=/head/; revision=160512
Diffstat (limited to 'net/asterisk12/files/patch-apps::Makefile')
-rw-r--r--net/asterisk12/files/patch-apps::Makefile2
1 files changed, 1 insertions, 1 deletions
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