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