mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Fix build on 4.x
Submitted by: pointyhat via kris Approved by: krion (mentor)
This commit is contained in:
parent
165fce3dec
commit
915fec9aad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169937
11
archivers/advancecomp/files/patch-Portable.h
Normal file
11
archivers/advancecomp/files/patch-Portable.h
Normal file
@ -0,0 +1,11 @@
|
||||
--- 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;
|
@ -15,8 +15,7 @@ MAINTAINER= xaa+ports@timewasters.nl
|
||||
COMMENT= Useful tools to deal with CLF files (Common Log File format)
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GCC= 3.4+
|
||||
MAN1= clfmerge.1 logprn.1 funnel.1 clfsplit.1 clfdomainsplit.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user