summaryrefslogtreecommitdiff
path: root/chat/licq-core/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'chat/licq-core/patches/patch-ad')
-rw-r--r--chat/licq-core/patches/patch-ad15
1 files changed, 12 insertions, 3 deletions
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"