1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Make this build on -STABLE *and* -CURRENT.

This commit is contained in:
Christian Weisgerber 2002-12-22 15:02:51 +00:00
parent f004bf7ce1
commit da20e7ba16
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71787
2 changed files with 14 additions and 12 deletions

View File

@ -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

View File

@ -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>