From c07edbb95f3ca5091ca55174ec10ecf75d286ab4 Mon Sep 17 00:00:00 2001 From: roger Date: Tue, 15 Jan 2002 09:31:22 +0000 Subject: Patch to look for the ixj driver (now in ports/comms/ixj) header files in /usr/local/include/sys (as well as /usr/include/sys) Bump port revision --- net/opal3/Makefile | 1 + net/opal3/files/patch-ab | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 net/opal3/files/patch-ab (limited to 'net/opal3') diff --git a/net/opal3/Makefile b/net/opal3/Makefile index bc54262b38a..bebd1444e26 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -7,6 +7,7 @@ PORTNAME= openh323 PORTVERSION= 1.7.4 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ diff --git a/net/opal3/files/patch-ab b/net/opal3/files/patch-ab new file mode 100644 index 00000000000..44efc143eb9 --- /dev/null +++ b/net/opal3/files/patch-ab @@ -0,0 +1,16 @@ +*** openh323u.mak.orig Tue Jan 15 09:05:05 2002 +--- openh323u.mak Tue Jan 15 09:05:41 2002 +*************** HAS_IXJ = 1 +*** 124,129 **** +--- 124,134 ---- + 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 /usr/include/linux/soundcard.h)) + HAS_OSS = 1 + STDCCFLAGS += -DHAS_OSS -- cgit