summaryrefslogtreecommitdiff
path: root/net/asterisk-devel/files/patch-res::Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2005-07-12 10:11:17 +0000
committerMax Khon <fjoe@FreeBSD.org>2005-07-12 10:11:17 +0000
commit235e4422fb718d105148073e40fc038b5be9bbfa (patch)
tree08aa230d0e15f58e4d2c15e2f567428c50a5a5eb /net/asterisk-devel/files/patch-res::Makefile
parentUpdate to 1.0.9 and bristuff-0.2.0-RC8h. (diff)
Update to 1.0.9 and bristuff-0.2.0-RC8h.
Approved by: MAINTAINER
Notes
Notes: svn path=/head/; revision=138968
Diffstat (limited to 'net/asterisk-devel/files/patch-res::Makefile')
-rw-r--r--net/asterisk-devel/files/patch-res::Makefile19
1 files changed, 13 insertions, 6 deletions
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")