summaryrefslogtreecommitdiff
path: root/net/opal/files/patch-ab
blob: 1d4daf2501a5065422444dd737b1cdab488185a8 (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	Tue Oct  9 10:05:24 2001
--- openh323u.mak	Tue Jan 15 14:01:29 2002
*************** HAS_IXJ	    = 1
*** 124,129 ****
--- 124,139 ----
  STDCCFLAGS += -DHAS_IXJ
  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 /usr/include/linux/soundcard.h))
  HAS_OSS	    = 1
  STDCCFLAGS += -DHAS_OSS