aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-09-29 07:23:38 +0800
committerkris <kris@FreeBSD.org>2002-09-29 07:23:38 +0800
commit7504a63048e125f58138cc39d1b79dc153de4868 (patch)
tree5c77732350e16c597219939f3f015d268350175c /devel
parent5a0007f27c8c442ee847e518449958540901b6be (diff)
downloadfreebsd-ports-gnome-7504a63048e125f58138cc39d1b79dc153de4868.tar.gz
freebsd-ports-gnome-7504a63048e125f58138cc39d1b79dc153de4868.tar.zst
freebsd-ports-gnome-7504a63048e125f58138cc39d1b79dc153de4868.zip
Fix build on -stable
Submitted by: Adam Weinberger <adam@vectors.cx> PR: ports/41092
Diffstat (limited to 'devel')
-rw-r--r--devel/zziplib/files/patch-zzip.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/zziplib/files/patch-zzip.h b/devel/zziplib/files/patch-zzip.h
new file mode 100644
index 000000000000..47fe72da315c
--- /dev/null
+++ b/devel/zziplib/files/patch-zzip.h
@@ -0,0 +1,12 @@
+--- 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>
+