summaryrefslogtreecommitdiff
path: root/net/opal/files/patch-ab
blob: 7548b36a20071f2546563e345d6a4980d46cf7d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
*** openh323u.mak.orig	Wed May 22 00:57:21 2002
--- openh323u.mak	Wed May 22 00:57:51 2002
*************** HAS_IXJ	    = 1
*** 139,144 ****
--- 139,154 ----
  STDCCFLAGS += -DHAS_IXJ -I/usr/local/include
  endif
  
+ ifneq (,$(wildcard /usr/local/include/sys/telephony.h))
+ 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 $(SYSINCDIR)/linux/soundcard.h))
  HAS_OSS	    = 1
  STDCCFLAGS += -DHAS_OSS