summaryrefslogtreecommitdiff
path: root/net/opal3/files/patch-openh323uin
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /net/opal3/files/patch-openh323uin
parentNow buildable on 4.x, still broken on >= 5.x. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Notes
Notes: svn path=/head/; revision=127022 svn path=/tags/RELEASE_4_11_0/; revision=127023; tag=release/4.11.0
Diffstat (limited to 'net/opal3/files/patch-openh323uin')
-rw-r--r--net/opal3/files/patch-openh323uin53
1 files changed, 0 insertions, 53 deletions
diff --git a/net/opal3/files/patch-openh323uin b/net/opal3/files/patch-openh323uin
deleted file mode 100644
index 4613a12f810e..000000000000
--- a/net/opal3/files/patch-openh323uin
+++ /dev/null
@@ -1,53 +0,0 @@
-*** openh323u.mak.in.orig Wed May 14 20:52:44 2003
---- openh323u.mak.in Sun Aug 31 21:26:51 2003
-*************** LIBDIRS += $(OPENH323DIR)
-*** 142,152 ****
-
-
- OH323_SRCDIR = $(OPENH323DIR)/src
-! ifdef PREFIX
-! OH323_INCDIR = $(PREFIX)/include/openh323
-! else
- OH323_INCDIR = $(OPENH323DIR)/include
-! endif
- OH323_LIBDIR = $(OPENH323DIR)/lib
-
-
---- 142,152 ----
-
-
- OH323_SRCDIR = $(OPENH323DIR)/src
-! #ifdef PREFIX
-! #OH323_INCDIR = $(PREFIX)/include/openh323
-! #else
- OH323_INCDIR = $(OPENH323DIR)/include
-! #endif
- OH323_LIBDIR = $(OPENH323DIR)/lib
-
-
-*************** ifdef OH323_SUPPRESS_H235
-*** 184,189 ****
---- 184,190 ----
- STDCCFLAGS += -DOH323_SUPPRESS_H235
- endif
-
-+ # Check for the ixj/telephony header files on the system.
- ifneq (,$(wildcard $(SYSINCDIR)/linux/telephony.h))
- HAS_IXJ = 1
- STDCCFLAGS += -DHAS_IXJ
-*************** endif
-*** 197,202 ****
---- 198,210 ----
- ifneq (,$(wildcard /usr/local/include/sys/telephony.h))
- HAS_IXJ = 1
- STDCCFLAGS += -DHAS_IXJ -I/usr/local/include
-+ endif
-+
-+ # In the FreeBSD port, we make a local copy of the ixj header files from
-+ # the ixj driver in openh323/include/sys
-+ ifneq (,$(wildcard $(OPENH323DIR)/include/sys/telephony.h))
-+ HAS_IXJ = 1
-+ STDCCFLAGS += -DHAS_IXJ
- endif
-
- #Check if we have an OSS soundcard.h