aboutsummaryrefslogtreecommitdiff
path: root/archivers/lrzip
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2015-03-31 21:37:45 +0000
committerXin LI <delphij@FreeBSD.org>2015-03-31 21:37:45 +0000
commit2bf4aa0884f5ca68e036a9394d8f408616277de5 (patch)
tree9fb2d40bafc9bd1143c08a10dcc819f8d3cc6772 /archivers/lrzip
parentd2647d3d7a9924cd3aed7ab67afd697013334167 (diff)
downloadports-2bf4aa0884f5ca68e036a9394d8f408616277de5.tar.gz
ports-2bf4aa0884f5ca68e036a9394d8f408616277de5.zip
Add missed file in previous commit.
Notes
Notes: svn path=/head/; revision=382873
Diffstat (limited to 'archivers/lrzip')
-rw-r--r--archivers/lrzip/files/patch-lrzip__private.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/lrzip/files/patch-lrzip__private.h b/archivers/lrzip/files/patch-lrzip__private.h
new file mode 100644
index 000000000000..0d0a20e66993
--- /dev/null
+++ b/archivers/lrzip/files/patch-lrzip__private.h
@@ -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