1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add missed file in previous commit.

This commit is contained in:
Xin LI 2015-03-31 21:37:45 +00:00
parent d2647d3d7a
commit 2bf4aa0884
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382873

View File

@ -0,0 +1,11 @@
--- lrzip_private.h.orig 2015-03-10 09:25:42 UTC
+++ lrzip_private.h
@@ -47,7 +47,7 @@
#ifdef HAVE_ALLOCA_H
# include <alloca.h>
#elif defined __GNUC__
-# define alloca __builtin_alloca
+# include <stdlib.h>
#elif defined _AIX
# define alloca __alloca
#elif defined _MSC_VER