summaryrefslogtreecommitdiff
path: root/net/openh323
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-11-11 22:49:51 +0000
committerrillig <rillig@pkgsrc.org>2006-11-11 22:49:51 +0000
commit96b6b1ed02a2c1a6c19ac9737a65958b08d9db5a (patch)
treed1b4a8aadadc6d831f2a960c48d11630e808c29e /net/openh323
parent4c61cf978eafae58366b922d18e4ae7d122fd170 (diff)
downloadpkgsrc-96b6b1ed02a2c1a6c19ac9737a65958b08d9db5a.tar.gz
Fixed "test ==".
Diffstat (limited to 'net/openh323')
-rw-r--r--net/openh323/distinfo4
-rw-r--r--net/openh323/patches/patch-ba15
2 files changed, 14 insertions, 5 deletions
diff --git a/net/openh323/distinfo b/net/openh323/distinfo
index 7cfa2debfcf..f22b13dfcee 100644
--- a/net/openh323/distinfo
+++ b/net/openh323/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2005/02/24 12:13:57 agc Exp $
+$NetBSD: distinfo,v 1.12 2006/11/11 22:49:51 rillig Exp $
SHA1 (openh323-v1_15_2-src-tar.gz) = e5839bc7b8ad6f26b03794672802530d72c73878
RMD160 (openh323-v1_15_2-src-tar.gz) = a048af6d27b79384fd6d0f111bc69da3260d1af8
Size (openh323-v1_15_2-src-tar.gz) = 3735815 bytes
SHA1 (patch-aa) = 212a661357da355cc6c600b3de9d431bbd90a66e
SHA1 (patch-ac) = 7bf0602cbc7f91fc68c92b4740ec178fa79c50f4
-SHA1 (patch-ba) = 6f247e1f095e826ea81f6e7e88a89c2e72db396c
+SHA1 (patch-ba) = e54de2d0ae24e9eb51ef5c5d32c4fed7c83710f2
diff --git a/net/openh323/patches/patch-ba b/net/openh323/patches/patch-ba
index 8b19c7001b9..8ca234101fc 100644
--- a/net/openh323/patches/patch-ba
+++ b/net/openh323/patches/patch-ba
@@ -1,7 +1,7 @@
-$NetBSD: patch-ba,v 1.3 2004/12/01 13:12:47 adam Exp $
+$NetBSD: patch-ba,v 1.4 2006/11/11 22:49:51 rillig Exp $
---- configure.orig 2004-11-26 08:47:07.000000000 +0000
-+++ configure
+--- configure.orig 2004-11-26 09:47:07.000000000 +0100
++++ configure 2006-11-11 23:49:07.000000000 +0100
@@ -2929,7 +2929,7 @@ else
{ { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
@@ -11,3 +11,12 @@ $NetBSD: patch-ba,v 1.3 2004/12/01 13:12:47 adam Exp $
eval "$as_ac_File=yes"
else
eval "$as_ac_File=no"
+@@ -3491,7 +3491,7 @@ if test `eval echo '${'$as_ac_Header'}'`
+ fi
+
+
+- if test "${H323_RFC2190_AVCODEC}" == "1" ; then
++ if test "${H323_RFC2190_AVCODEC}" = "1" ; then
+ cat >>confdefs.h <<\_ACEOF
+ #define H323_RFC2190_AVCODEC 1
+ _ACEOF