mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
21 lines
576 B
Text
21 lines
576 B
Text
*** 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
|