aboutsummaryrefslogtreecommitdiff
path: root/archivers/advancecomp/files/patch-Portable.h
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /archivers/advancecomp/files/patch-Portable.h
parent5a20e7990eb544509174d617d359bf0d4ac64737 (diff)
downloadports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.tar.gz
ports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.zip
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=419133
Diffstat (limited to 'archivers/advancecomp/files/patch-Portable.h')
-rw-r--r--archivers/advancecomp/files/patch-Portable.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/archivers/advancecomp/files/patch-Portable.h b/archivers/advancecomp/files/patch-Portable.h
deleted file mode 100644
index e4ae77909198..000000000000
--- a/archivers/advancecomp/files/patch-Portable.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- 7z/Portable.h.org Mon Aug 7 10:54:35 2006
-+++ 7z/Portable.h Mon Aug 7 10:54:55 2006
-@@ -2,7 +2,7 @@
- #define __PORTABLE_H
-
- #include <string.h>
--#include <stdint.h>
-+#include <inttypes.h>
-
- typedef signed char INT8;
- typedef unsigned char UINT8;