OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 08-Oct-2004 20:03:23
Branch: HEAD Handle: 2004100819032300
Modified files:
openpkg-src/aegis aegis.patch
Log:
patch appears to be flawed (redefined methods) so remove these
Summary:
Revision Changes Path
1.5 +1 -17 openpkg-src/aegis/aegis.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/aegis/aegis.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 aegis.patch
--- openpkg-src/aegis/aegis.patch 10 Jun 2004 19:34:14 -0000 1.4
+++ openpkg-src/aegis/aegis.patch 8 Oct 2004 18:03:23 -0000 1.5
@@ -1,27 +1,11 @@
Index: common/ac/wchar.h
--- common/ac/wchar.h.orig 2004-06-10 08:12:37 +0200
+++ common/ac/wchar.h 2004-06-10 21:19:39 +0200
-@@ -26,8 +26,23 @@
+@@ -26,8 +26,09 @@
#include <ac/stddef.h>
#if HAVE_WCHAR_H
+#include <stdlib.h>
#include <wchar.h>
-+#ifndef HAVE_WCSLEN
-+size_t wcslen(const wchar_t *);
-+#endif
-+#ifndef HAVE_MBRTOWC
-+size_t mbrtowc(wchar_t *, const char *, size_t, mbstate_t *);
-+#endif
-+#ifndef HAVE_WCRTOMB
-+size_t wcrtomb(char *, wchar_t, mbstate_t *);
-+#endif
-+#ifndef HAVE_WCWIDTH
-+int wcwidth(wint_t wc);
-+int wcswidth(wchar_t *wcs, size_t n);
-+#endif
-+
#if !HAVE_WINT_T
- #define HAVE_WINT_T 1
- #ifndef _WINT_T
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]