summaryrefslogtreecommitdiff
path: root/net/openh323-112/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/openh323-112/files/patch-ab')
-rw-r--r--net/openh323-112/files/patch-ab21
1 files changed, 0 insertions, 21 deletions
diff --git a/net/openh323-112/files/patch-ab b/net/openh323-112/files/patch-ab
deleted file mode 100644
index 1d4daf2501a5..000000000000
--- a/net/openh323-112/files/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
-*** 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