diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-11 18:23:54 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-11 18:23:54 +0000 |
commit | 4bb42fd9c0a838cae782a7f0dd673d29bff93af1 (patch) | |
tree | 5a7fbb79ea27ca2c0f3f7fb13caaf8ed84c978e5 /chat/licq-core | |
parent | b2a13218c05245db0d9605075f690b65441d9885 (diff) | |
download | pkgsrc-4bb42fd9c0a838cae782a7f0dd673d29bff93af1.tar.gz |
Fixed "test ==".
Diffstat (limited to 'chat/licq-core')
-rw-r--r-- | chat/licq-core/distinfo | 4 | ||||
-rw-r--r-- | chat/licq-core/patches/patch-ad | 15 |
2 files changed, 14 insertions, 5 deletions
diff --git a/chat/licq-core/distinfo b/chat/licq-core/distinfo index 838d4cd36ee..47ce95e0dde 100644 --- a/chat/licq-core/distinfo +++ b/chat/licq-core/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2006/03/11 16:44:44 yyamano Exp $ +$NetBSD: distinfo,v 1.6 2006/10/11 18:23:54 rillig Exp $ SHA1 (licq-1.2.6.tar.bz2) = fef2d6d8c9a368313335f3ac0e86128aa24133ef RMD160 (licq-1.2.6.tar.bz2) = fcb2e19bf7d30c1824392a9be3ea1619072e4ce5 @@ -6,4 +6,4 @@ Size (licq-1.2.6.tar.bz2) = 3282918 bytes SHA1 (patch-aa) = 974a65e3483b3438fb3c6c9aaf96aa67e4c60fa6 SHA1 (patch-ab) = 6acfff2027ce5ed4c8fb7eddbdbc4b4a7617eea9 SHA1 (patch-ac) = 4fbad9cf60611ae1c930f82f8a8464769f742283 -SHA1 (patch-ad) = e72e64bc4f70dafe632415b0175084656b8e85dd +SHA1 (patch-ad) = d53a300e08852c9ad09ec900b46feb2c37129d76 diff --git a/chat/licq-core/patches/patch-ad b/chat/licq-core/patches/patch-ad index 5fcc832d64a..f7794e7fcc3 100644 --- a/chat/licq-core/patches/patch-ad +++ b/chat/licq-core/patches/patch-ad @@ -1,7 +1,7 @@ -$NetBSD: patch-ad,v 1.1 2005/12/19 19:38:55 joerg Exp $ +$NetBSD: patch-ad,v 1.2 2006/10/11 18:23:54 rillig Exp $ ---- configure.orig 2003-03-23 22:21:31.000000000 +0000 -+++ configure +--- configure.orig 2003-03-23 23:21:31.000000000 +0100 ++++ configure 2006-10-11 20:22:17.000000000 +0200 @@ -4244,6 +4244,12 @@ case "$host" in CXXFLAGS="$CXXFLAGS -pthread" echo "Setting FreeBSD compilation options" @@ -15,3 +15,12 @@ $NetBSD: patch-ad,v 1.1 2005/12/19 19:38:55 joerg Exp $ *-*-solaris*) CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DPIC -fPIC" LDFLAGS="$LDFLAGS -mimpure-text" +@@ -6115,7 +6121,7 @@ echo "${ECHO_T}$ac_cv_header_socks_h" >& + + fi + if test $ac_cv_header_socks_h = yes; then +- if test "$socks_incdir" == "no"; then ++ if test "$socks_incdir" = "no"; then + SOCKS_INCDIR="-Wno-implicit" + else + SOCKS_INCDIR="-I$socks_incdir -Wno-implicit" |