aboutsummaryrefslogtreecommitdiff
path: root/devel/zziplib
diff options
context:
space:
mode:
Diffstat (limited to 'devel/zziplib')
-rw-r--r--devel/zziplib/files/patch-zzip-stdint.h14
-rw-r--r--devel/zziplib/files/patch-zzip.h12
2 files changed, 14 insertions, 12 deletions
diff --git a/devel/zziplib/files/patch-zzip-stdint.h b/devel/zziplib/files/patch-zzip-stdint.h
new file mode 100644
index 000000000000..b39807368e93
--- /dev/null
+++ b/devel/zziplib/files/patch-zzip-stdint.h
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- zzip-stdint.h.orig Sun Dec 22 13:59:40 2002
++++ zzip-stdint.h Sun Dec 22 14:00:28 2002
+@@ -13,6 +13,8 @@
+ #ifdef ZZIP_HAVE_STDINT_H
+ /* ISO C 9X: 7.18 Integer types <stdint.h> */
+ #include <stdint.h>
++#elif defined ZZIP_HAVE_INTTYPES_H /* FreeBSD 4.x */
++#include <inttypes.h>
+ #elif defined ZZIP_HAVE_SYS_INT_TYPES_H /*solaris*/
+ #include <sys/int_types.h>
+ #else
diff --git a/devel/zziplib/files/patch-zzip.h b/devel/zziplib/files/patch-zzip.h
deleted file mode 100644
index 47fe72da315c..000000000000
--- a/devel/zziplib/files/patch-zzip.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- zzip.h.orig Sun Jul 28 16:42:36 2002
-+++ zzip.h Sun Jul 28 16:43:15 2002
-@@ -19,7 +19,9 @@
- #define _ZZIP_H
-
- #include <zzip-conf.h>
-+#ifndef __FreeBSD__
- #include <zzip-stdint.h>
-+#endif
- #include <zziplib.h>
- #include <zzip-io.h>
-