diff options
author | roger <roger@FreeBSD.org> | 2002-05-22 00:44:57 +0000 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2002-05-22 00:44:57 +0000 |
commit | 8dc574c24226ee5817ce53d8576112c70f38669d (patch) | |
tree | a573fbdf0ebcefed2c3629730e04c57de45120a3 /net/opal/files | |
parent | 1fc3f82a6a8016ecaea6dcd87165f20cab09dcdd (diff) | |
download | FreeBSD-ports-8dc574c24226ee5817ce53d8576112c70f38669d.zip FreeBSD-ports-8dc574c24226ee5817ce53d8576112c70f38669d.tar.gz |
Upgrade to latest version.
This fixes the green spots on the H.261 video
Diffstat (limited to 'net/opal/files')
-rw-r--r-- | net/opal/files/patch-aa | 16 | ||||
-rw-r--r-- | net/opal/files/patch-ab | 16 |
2 files changed, 16 insertions, 16 deletions
diff --git a/net/opal/files/patch-aa b/net/opal/files/patch-aa index 67185d9..1413a9f 100644 --- a/net/opal/files/patch-aa +++ b/net/opal/files/patch-aa @@ -1,7 +1,7 @@ -*** ../pwlib/make/unix.mak.orig Fri Aug 10 07:35:55 2001 ---- ../pwlib/make/unix.mak Fri Aug 10 07:45:03 2001 +*** ../pwlib/make/unix.mak.orig Tue May 7 02:57:51 2002 +--- ../pwlib/make/unix.mak Wed May 22 00:53:00 2002 *************** ifeq ($(OSTYPE),FreeBSD) -*** 535,545 **** +*** 644,654 **** P_PTHREADS := 1 @@ -13,7 +13,7 @@ ifndef OSRELEASE OSRELEASE := $(shell sysctl -n kern.osreldate) ---- 535,545 ---- +--- 644,654 ---- P_PTHREADS := 1 @@ -26,15 +26,15 @@ ifndef OSRELEASE OSRELEASE := $(shell sysctl -n kern.osreldate) *************** LDFLAGS += $(DEBLDFLAGS) -*** 962,968 **** +*** 1136,1142 **** else ! OPTCCFLAGS += -O3 -DNDEBUG #OPTCCFLAGS += -DP_USE_INLINES=1 #OPTCCFLAGS += -fconserve-space - ifneq ($(OSTYPE),Darwin) ---- 962,969 ---- + ifneq ($(OSTYPE),Carbon) +--- 1136,1143 ---- else @@ -42,4 +42,4 @@ ! OPTCCFLAGS += -DNDEBUG #OPTCCFLAGS += -DP_USE_INLINES=1 #OPTCCFLAGS += -fconserve-space - ifneq ($(OSTYPE),Darwin) + ifneq ($(OSTYPE),Carbon) diff --git a/net/opal/files/patch-ab b/net/opal/files/patch-ab index 1d4daf2..7548b36 100644 --- a/net/opal/files/patch-ab +++ b/net/opal/files/patch-ab @@ -1,21 +1,21 @@ -*** openh323u.mak.orig Tue Oct 9 10:05:24 2001 ---- openh323u.mak Tue Jan 15 14:01:29 2002 +*** openh323u.mak.orig Wed May 22 00:57:21 2002 +--- openh323u.mak Wed May 22 00:57:51 2002 *************** HAS_IXJ = 1 -*** 124,129 **** ---- 124,139 ---- - STDCCFLAGS += -DHAS_IXJ +*** 139,144 **** +--- 139,154 ---- + STDCCFLAGS += -DHAS_IXJ -I/usr/local/include endif + ifneq (,$(wildcard /usr/local/include/sys/telephony.h)) -+ HAS_IXJ = 1 ++ HAS_IXJ = 1 + STDCCFLAGS += -DHAS_IXJ -I/usr/local/include + endif + + ifneq (,$(wildcard $(OPENH323DIR)/include/sys/telephony.h)) -+ HAS_IXJ = 1 ++ HAS_IXJ = 1 + STDCCFLAGS += -DHAS_IXJ + endif + - ifneq (,$(wildcard /usr/include/linux/soundcard.h)) + ifneq (,$(wildcard $(SYSINCDIR)/linux/soundcard.h)) HAS_OSS = 1 STDCCFLAGS += -DHAS_OSS |