1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/dns/knot-resolver/files/patch-contrib_ucw_mempool-fmt.c
Yuri Victorovich 680dc20551 dns/knot-resolver: Update to 2.1.1
Port changes:
* Changed to DISTVERSION
* Added USES=ncurses
* Updated the list of stripped files
* Added the patch

PR:		226410
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-07 10:41:01 +00:00

12 lines
245 B
C

--- contrib/ucw/mempool-fmt.c.orig 2018-03-06 23:36:10 UTC
+++ contrib/ucw/mempool-fmt.c
@@ -11,7 +11,7 @@
#include <ucw/lib.h>
#include <ucw/mempool.h>
-#include <alloca.h>
+#include "alloc.h"
#include <stdio.h>
#include <string.h>