From 235e4422fb718d105148073e40fc038b5be9bbfa Mon Sep 17 00:00:00 2001 From: Max Khon Date: Tue, 12 Jul 2005 10:11:17 +0000 Subject: Update to 1.0.9 and bristuff-0.2.0-RC8h. Approved by: MAINTAINER --- net/asterisk-devel/files/patch-res::Makefile | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'net/asterisk-devel/files/patch-res::Makefile') diff --git a/net/asterisk-devel/files/patch-res::Makefile b/net/asterisk-devel/files/patch-res::Makefile index 3377b4aa1c8e..2b920da8ea3f 100644 --- a/net/asterisk-devel/files/patch-res::Makefile +++ b/net/asterisk-devel/files/patch-res::Makefile @@ -1,9 +1,16 @@ - -$FreeBSD$ - ---- res/Makefile.orig -+++ res/Makefile -@@ -21,7 +21,10 @@ +--- res/Makefile.orig Tue Jul 12 01:28:04 2005 ++++ res/Makefile Tue Jul 12 01:58:11 2005 +@@ -13,15 +13,18 @@ + + MODS=res_adsi.so res_features.so res_crypto.so res_musiconhold.so res_indications.so res_monitor.so \ + res_agi.so res_watchdog.so +-MODS+=$(shell if [ -f "/usr/include/odbcinst.h" ]; then echo "res_odbc.so res_config_odbc.so"; fi) +-MODS+=$(shell if [ -f "/usr/local/include/odbcinst.h" ]; then echo "res_odbc.so res_config_odbc.so"; fi) ++#MODS+=$(shell if [ -f "/usr/include/odbcinst.h" ]; then echo "res_odbc.so res_config_odbc.so"; fi) ++#MODS+=$(shell if [ -f "/usr/local/include/odbcinst.h" ]; then echo "res_odbc.so res_config_odbc.so"; fi) + MODS+=$(shell if [ -f "/usr/include/osp/osp.h" ]; then echo "res_osp.so"; fi) + + CRYPTO_LIBS=-lssl -lcrypto CFLAGS+= CFLAGS+=$(shell [ -f /usr/include/linux/zaptel.h ] && echo " -DZAPATA_MOH") -- cgit v1.2.3