summaryrefslogtreecommitdiff
path: root/misc/kdepim3/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2003-02-27 01:03:29 +0000
committerdmcmahill <dmcmahill>2003-02-27 01:03:29 +0000
commit87d2185ee7357b5033402141b7c2fecdbd9bcffd (patch)
tree283a1f1602373b5f5a119efe965d9074562bf405 /misc/kdepim3/patches
parent347353a85cad7538dc8641239fc2757e2f82d709 (diff)
downloadpkgsrc-87d2185ee7357b5033402141b7c2fecdbd9bcffd.tar.gz
fix typo in check for strlcat which caused a failure on alpha
Diffstat (limited to 'misc/kdepim3/patches')
-rw-r--r--misc/kdepim3/patches/patch-ai21
1 files changed, 15 insertions, 6 deletions
diff --git a/misc/kdepim3/patches/patch-ai b/misc/kdepim3/patches/patch-ai
index b21324ee710..2d08568719f 100644
--- a/misc/kdepim3/patches/patch-ai
+++ b/misc/kdepim3/patches/patch-ai
@@ -1,11 +1,21 @@
-$NetBSD: patch-ai,v 1.1 2003/02/21 13:42:38 skrll Exp $
+$NetBSD: patch-ai,v 1.2 2003/02/27 01:03:29 dmcmahill Exp $
---- configure.orig Sat Dec 21 06:44:21 2002
+--- configure.orig Sat Dec 21 01:44:21 2002
+++ configure
-@@ -22109,57 +22109,6 @@ cat >>confdefs.h <<EOF
+@@ -21496,7 +21496,7 @@ main ()
+
+ char buf[20];
+ buf[0]='\0';
+- strlat(buf, "KDE function test", sizeof(buf));
++ strlcat(buf, "KDE function test", sizeof(buf));
+
+ ;
+ return 0;
+@@ -22108,57 +22108,6 @@ echo "${ECHO_T}$ac_cv_sizeof_unsigned_in
+ cat >>confdefs.h <<EOF
#define SIZEOF_UNSIGNED_INT $ac_cv_sizeof_unsigned_int
EOF
-
+-
- echo "$as_me:22112: checking sizeof(size_t) == sizeof(unsigned int)" >&5
-echo $ECHO_N "checking sizeof(size_t) == sizeof(unsigned int)... $ECHO_C" >&6
- cat >conftest.$ac_ext <<_ACEOF
@@ -56,7 +66,6 @@ $NetBSD: patch-ai,v 1.1 2003/02/21 13:42:38 skrll Exp $
-
-fi
-rm -f conftest.$ac_objext conftest.$ac_ext
--
+
for ac_header in fcntl.h sys/sysctl.h sys/param.h sys/time.h sys/types.h unistd.h
do
- as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`