pkgsrc/mail/cue/patches/patch-ad

17 lines
333 B
Text
Raw Normal View History

$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
*/