1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/mail/libmapi/files/patch-libocpf_lex.l
Koop Mast 2c37f5fc3b Update libmapi to 2.3.
Switch from samba 4.0 and 4.1 choice to only 4.2. Samba 4.0 and 4.1 are
EOL and marked for deletion.

Keep the switch logic around for possible later use, since samba 4.3
is not supported at this time.

A few patches where obtained from archlinux.
2016-01-15 12:45:28 +00:00

11 lines
307 B
Plaintext

--- libocpf/lex.l.orig 2016-01-14 11:16:14.988281000 +0100
+++ libocpf/lex.l 2016-01-14 11:16:21.702227000 +0100
@@ -29,7 +29,6 @@
#include "libocpf/lex.h"
#define YY_EXTRA_TYPE struct ocpf_context *
-#define YY_NO_UNPUT
static void unterminated(struct ocpf_context *, const char *, unsigned int);