From 38e9c2e97d3d99ba674f04204d7f662c7fe20a8b Mon Sep 17 00:00:00 2001 From: Roger Hardiman Date: Thu, 28 Aug 2003 06:56:10 +0000 Subject: Upgrade to 1.12.0. pwlib has been split out into its own port. --- net/openh323/files/patch-openh323u | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 net/openh323/files/patch-openh323u (limited to 'net/openh323/files/patch-openh323u') diff --git a/net/openh323/files/patch-openh323u b/net/openh323/files/patch-openh323u deleted file mode 100644 index 6347c8a2d874..000000000000 --- a/net/openh323/files/patch-openh323u +++ /dev/null @@ -1,35 +0,0 @@ -*** openh323u.mak.orig Tue Nov 26 10:24:54 2002 ---- openh323u.mak Tue Jan 28 13:51:51 2003 -*************** LIBDIRS += $(OPENH323DIR) -*** 137,147 **** - - - OH323_SRCDIR = $(OPENH323DIR)/src -- ifdef PREFIX -- OH323_INCDIR = $(PREFIX)/include/openh323 -- else - OH323_INCDIR = $(OPENH323DIR)/include -- endif - OH323_LIBDIR = $(OPENH323DIR)/lib - - ---- 137,143 ---- -*************** endif -*** 192,197 **** ---- 188,203 ---- - ifneq (,$(wildcard /usr/local/include/sys/telephony.h)) - HAS_IXJ = 1 - 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)) -- cgit v1.2.3