mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
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)
11 lines
245 B
C
11 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>
|
|
|