mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
680dc20551
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)
12 lines
245 B
C
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>
|
|
|