ports/archivers/advancecomp/files/patch-7z_Portable.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
229 B
C

--- 7z/Portable.h.orig 2012-12-08 22:16:47 UTC
+++ 7z/Portable.h
@@ -2,7 +2,7 @@
#define __PORTABLE_H
#include <string.h>
-#include <stdint.h>
+#include <inttypes.h>
typedef signed char INT8;
typedef unsigned char UINT8;