aboutsummaryrefslogtreecommitdiff
path: root/devel/zziplib
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-12-22 15:02:51 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-12-22 15:02:51 +0000
commitda20e7ba164a2217dcc7c4f66192376cf73974e5 (patch)
tree69444e0cd99dd4cb2bd5350a8487d96c7e74460d /devel/zziplib
parentf004bf7ce17bb8700f07832c6b78ac649bdb3221 (diff)
downloadports-da20e7ba164a2217dcc7c4f66192376cf73974e5.tar.gz
ports-da20e7ba164a2217dcc7c4f66192376cf73974e5.zip
Make this build on -STABLE *and* -CURRENT.
Notes
Notes: svn path=/head/; revision=71787
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>
-