1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/opal/files/patch-ab
Roger Hardiman cf7951d2f0 Upgrade to latest version.
This fixes the green spots on the H.261 video
2002-05-22 00:44:57 +00:00

22 lines
576 B
Plaintext

*** 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