ports/archivers/lzo2/files/patch-include__lzo__lzodefs.h
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

12 lines
280 B
C

--- include/lzo/lzodefs.h.orig 2015-02-04 11:24:51 UTC
+++ include/lzo/lzodefs.h
@@ -29,6 +29,8 @@
#ifndef __LZODEFS_H_INCLUDED
#define __LZODEFS_H_INCLUDED 1
+#include <limits.h>
+
#if defined(__CYGWIN32__) && !defined(__CYGWIN__)
# define __CYGWIN__ __CYGWIN32__
#endif