summaryrefslogtreecommitdiff
path: root/mail/cue/patches/patch-ad
blob: ac9553e42b6ec518d9ff533f658761e2036f77a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ad,v 1.1 2006/10/22 20:59:01 schwarz Exp $

--- zip.h.orig	2006-10-22 22:42:35.000000000 +0200
+++ zip.h	2006-10-22 22:43:58.000000000 +0200
@@ -30,6 +30,11 @@
 #ifndef _ZIP_H
 #define	_ZIP_H
 
+#ifdef NO_ATTRIBUTE
+/* some compilers don't like it */
+#define __attribute__(x)
+#endif
+
 /*
  * Definition of ZIP
  */