mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 01:50:37 -04:00
no longer applies by modern FreeBSD patch(1). Patch was applied on the FreeBSD 8.4 and new patches generated with ``make makepatch''. Repocopy was waived since three-way split would make the diff unnecessarily noisy and there's not much history to preserve anyways as the patch had not been modified since its inception. While here, unbreak the build against modern compilers (Clang 11, GCC 10) by forcing the `-fcommon' mode. Reported by: pkg-fallout
12 lines
294 B
C
12 lines
294 B
C
--- src/modules/ldap/ldap.h.orig 2001-10-03 00:59:53 UTC
|
|
+++ src/modules/ldap/ldap.h
|
|
@@ -42,6 +42,9 @@
|
|
#define PWLINE "%s:%s:%s:%s:%s:%s:%s"
|
|
#define PWLINE_SIZE 6
|
|
|
|
+#define MPWLINE "%s:%s:%s:%s::0:0:%s:%s:%s"
|
|
+#define MPWLINE_SIZE 11
|
|
+
|
|
#define GWLINE "%s:%s:%s:%s"
|
|
#define GWLINE_SIZE 3
|
|
|