diff options
author | skrll <skrll@pkgsrc.org> | 2003-02-21 13:42:37 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2003-02-21 13:42:37 +0000 |
commit | 7eb10208ec8f73596a8ae132e695a9e17b8be907 (patch) | |
tree | 62cfdeb50c168adfec22a06d432d6ebf42c28973 /misc/kdeutils3/patches | |
parent | b515469bd71589e776aa59aafcf04445fcd2cfa3 (diff) | |
download | pkgsrc-7eb10208ec8f73596a8ae132e695a9e17b8be907.tar.gz |
Remove some more bogus sizeof(size_t) == sizeof(unsigned int) checks.
Diffstat (limited to 'misc/kdeutils3/patches')
-rw-r--r-- | misc/kdeutils3/patches/patch-ao | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/misc/kdeutils3/patches/patch-ao b/misc/kdeutils3/patches/patch-ao new file mode 100644 index 00000000000..96d8247d9f9 --- /dev/null +++ b/misc/kdeutils3/patches/patch-ao @@ -0,0 +1,62 @@ +$NetBSD: patch-ao,v 1.1 2003/02/21 13:42:39 skrll Exp $ + +--- configure.orig Tue Dec 17 10:55:09 2002 ++++ configure +@@ -22223,57 +22223,6 @@ cat >>confdefs.h <<EOF + #define SIZEOF_UNSIGNED_INT $ac_cv_sizeof_unsigned_int + EOF + +- echo "$as_me:22226: 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 +-#line 22229 "configure" +-#include "confdefs.h" +- +-int +-main () +-{ +- +- #if SIZEOF_SIZE_T != SIZEOF_UNSIGNED_INT +- choke me +- #endif +- +- ; +- return 0; +-} +-_ACEOF +-rm -f conftest.$ac_objext +-if { (eval echo "$as_me:22245: \"$ac_compile\"") >&5 +- (eval $ac_compile) 2>&5 +- ac_status=$? +- echo "$as_me:22248: \$? = $ac_status" >&5 +- (exit $ac_status); } && +- { ac_try='test -s conftest.$ac_objext' +- { (eval echo "$as_me:22251: \"$ac_try\"") >&5 +- (eval $ac_try) 2>&5 +- ac_status=$? +- echo "$as_me:22254: \$? = $ac_status" >&5 +- (exit $ac_status); }; }; then +- echo "$as_me:22256: result: yes" >&5 +-echo "${ECHO_T}yes" >&6 +-else +- echo "$as_me: failed program was:" >&5 +-cat conftest.$ac_ext >&5 +- +- echo "$as_me:22262: result: no" >&5 +-echo "${ECHO_T}no" >&6 +- { { echo "$as_me:22264: error: +- Apparently on your system our assumption sizeof(size_t) == sizeof(unsigned int) +- does not apply. Please mail kde-devel@kde.org with a description of your system! +- " >&5 +-echo "$as_me: error: +- Apparently on your system our assumption sizeof(size_t) == sizeof(unsigned int) +- does not apply. Please mail kde-devel@kde.org with a description of your system! +- " >&2;} +- { (exit 1); exit 1; }; } +- +-fi +-rm -f conftest.$ac_objext conftest.$ac_ext +- + CXXFLAGS="$CXXFLAGS -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST" + + echo "$as_me:22279: checking for MAXPATHLEN" >&5 |