svn commit: r382873 - head/archivers/lrzip/files
Xin LI
delphij at FreeBSD.org
Tue Mar 31 21:37:46 UTC 2015
Author: delphij
Date: Tue Mar 31 21:37:45 2015
New Revision: 382873
URL: https://svnweb.freebsd.org/changeset/ports/382873
QAT: https://qat.redports.org/buildarchive/r382873/
Log:
Add missed file in previous commit.
Added:
head/archivers/lrzip/files/
head/archivers/lrzip/files/patch-lrzip__private.h (contents, props changed)
Added: head/archivers/lrzip/files/patch-lrzip__private.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/archivers/lrzip/files/patch-lrzip__private.h Tue Mar 31 21:37:45 2015 (r382873)
@@ -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
More information about the svn-ports-all
mailing list