From 87de83a55d8095c2179a98f6c91f7b14a5b6477d Mon Sep 17 00:00:00 2001 From: Roger Hardiman Date: Tue, 15 Jan 2002 15:06:17 +0000 Subject: Make OpenH323 check for the ixj driver header files. If they are not found, extract them from the ixj driver port and use them. This will make bento build packages for 4.x and 5.x with ixj support, even though the ixj driver fails to compile on 5.x systems at this point in time. --- net/openh323-112/files/patch-ab | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'net/openh323-112/files/patch-ab') diff --git a/net/openh323-112/files/patch-ab b/net/openh323-112/files/patch-ab index 44efc143eb93..1d4daf2501a5 100644 --- a/net/openh323-112/files/patch-ab +++ b/net/openh323-112/files/patch-ab @@ -1,8 +1,8 @@ -*** openh323u.mak.orig Tue Jan 15 09:05:05 2002 ---- openh323u.mak Tue Jan 15 09:05:41 2002 +*** openh323u.mak.orig Tue Oct 9 10:05:24 2001 +--- openh323u.mak Tue Jan 15 14:01:29 2002 *************** HAS_IXJ = 1 *** 124,129 **** ---- 124,134 ---- +--- 124,139 ---- STDCCFLAGS += -DHAS_IXJ endif @@ -10,6 +10,11 @@ + HAS_IXJ = 1 + STDCCFLAGS += -DHAS_IXJ -I/usr/local/include + endif ++ ++ ifneq (,$(wildcard $(OPENH323DIR)/include/sys/telephony.h)) ++ HAS_IXJ = 1 ++ STDCCFLAGS += -DHAS_IXJ ++ endif + ifneq (,$(wildcard /usr/include/linux/soundcard.h)) HAS_OSS = 1 -- cgit v1.2.3