ports/mail/qpopper/files/patch-popper.c
Eugene Grosbein ee6a3e31b3 mail/qpopper: fix build with -fno-common (clang 11 and gcc 10)
PORTREVISION not bumped as it fixes build for FreeBSD 13.

Reported by:	pkg-fallout
2020-08-20 09:31:20 +00:00

11 lines
228 B
C

--- popper/popper.c.orig 2011-05-31 02:13:40.000000000 +0700
+++ popper/popper.c 2020-08-20 16:22:31.645139000 +0700
@@ -430,7 +430,7 @@ DEBUG_LOG1 ( &p,"(v%s) Intro", VERSION )
}
-jmp_buf env;
+static jmp_buf env;
/*