aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archivers/advancecomp/files/patch-Portable.h11
-rw-r--r--www/logtools/Makefile5
2 files changed, 13 insertions, 3 deletions
diff --git a/archivers/advancecomp/files/patch-Portable.h b/archivers/advancecomp/files/patch-Portable.h
new file mode 100644
index 000000000000..e4ae77909198
--- /dev/null
+++ b/archivers/advancecomp/files/patch-Portable.h
@@ -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;
diff --git a/www/logtools/Makefile b/www/logtools/Makefile
index d172e761beea..7c18b3224e08 100644
--- a/www/logtools/Makefile
+++ b/www/logtools/Makefile
@@ -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>