diff options
author | delphij <delphij@FreeBSD.org> | 2015-04-01 05:37:45 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2015-04-01 05:37:45 +0800 |
commit | b796900ca8fcf301389db57b4190e5f8b44148c8 (patch) | |
tree | 9fb2d40bafc9bd1143c08a10dcc819f8d3cc6772 /archivers | |
parent | 20e7687a46734a464e3c6795205d59c41e7d7a5f (diff) | |
download | freebsd-ports-graphics-b796900ca8fcf301389db57b4190e5f8b44148c8.tar.gz freebsd-ports-graphics-b796900ca8fcf301389db57b4190e5f8b44148c8.tar.zst freebsd-ports-graphics-b796900ca8fcf301389db57b4190e5f8b44148c8.zip |
Add missed file in previous commit.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lrzip/files/patch-lrzip__private.h | 11 |
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 00000000000..0d0a20e6699 --- /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 |