aboutsummaryrefslogtreecommitdiff
path: root/net/opal/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/opal/files/patch-ab')
-rw-r--r--net/opal/files/patch-ab16
1 files changed, 8 insertions, 8 deletions
diff --git a/net/opal/files/patch-ab b/net/opal/files/patch-ab
index 1d4daf2501a5..7548b36a2007 100644
--- a/net/opal/files/patch-ab
+++ b/net/opal/files/patch-ab
@@ -1,21 +1,21 @@
-*** openh323u.mak.orig Tue Oct 9 10:05:24 2001
---- openh323u.mak Tue Jan 15 14:01:29 2002
+*** openh323u.mak.orig Wed May 22 00:57:21 2002
+--- openh323u.mak Wed May 22 00:57:51 2002
*************** HAS_IXJ = 1
-*** 124,129 ****
---- 124,139 ----
- STDCCFLAGS += -DHAS_IXJ
+*** 139,144 ****
+--- 139,154 ----
+ STDCCFLAGS += -DHAS_IXJ -I/usr/local/include
endif
+ ifneq (,$(wildcard /usr/local/include/sys/telephony.h))
-+ HAS_IXJ = 1
++ HAS_IXJ = 1
+ STDCCFLAGS += -DHAS_IXJ -I/usr/local/include
+ endif
+
+ ifneq (,$(wildcard $(OPENH323DIR)/include/sys/telephony.h))
-+ HAS_IXJ = 1
++ HAS_IXJ = 1
+ STDCCFLAGS += -DHAS_IXJ
+ endif
+
- ifneq (,$(wildcard /usr/include/linux/soundcard.h))
+ ifneq (,$(wildcard $(SYSINCDIR)/linux/soundcard.h))
HAS_OSS = 1
STDCCFLAGS += -DHAS_OSS