From 0c2eea3a5f85891a89ebb6c2739de975320e030b Mon Sep 17 00:00:00 2001 From: Roger Hardiman Date: Tue, 28 Jan 2003 15:29:59 +0000 Subject: Update to new version ready for GnomeMeeting upgrade --- net/openh323-112/files/patch-ab | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 net/openh323-112/files/patch-ab (limited to 'net/openh323-112/files/patch-ab') diff --git a/net/openh323-112/files/patch-ab b/net/openh323-112/files/patch-ab deleted file mode 100644 index 7548b36a2007..000000000000 --- a/net/openh323-112/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 -- cgit v1.2.3