Added Python-LDAP 2.3.8 ebuild

git-svn-id: svn+ssh://svnintern.kmrc.de/projects/gentoo/iwm-overlay@9796 cbe59ace-07ea-0310-918e-868702b5370d
This commit is contained in:
2009-06-29 17:44:27 +00:00
parent e0e9fd7c97
commit fa77204c1c
3 changed files with 74 additions and 0 deletions
@@ -0,0 +1,11 @@
--- Modules/errors.c 2009-04-01 15:58:34.000000000 -0400
+++ Modules/errors.c 2009-04-01 15:59:25.000000000 -0400
@@ -18,7 +18,7 @@
#ifdef LDAP_ASSERTION_FAILED
#define LDAP_ERROR_MAX LDAP_ASSERTION_FAILED
-#elif
+#else
#define LDAP_ERROR_MAX LDAP_OTHER
#endif