mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
285 B
Plaintext
15 lines
285 B
Plaintext
$NetBSD: patch-ab,v 1.2 2009/07/11 08:05:06 obache Exp $
|
|
|
|
--- common.h.orig 2009-04-26 14:28:37.000000000 +0000
|
|
+++ common.h
|
|
@@ -18,6 +18,9 @@
|
|
|
|
extern int verbosity;
|
|
|
|
+#if !defined(__GNUC__) && !defined(__attribute__)
|
|
+# define __attribute__(x) /**/
|
|
+#endif
|
|
|
|
namespace Ocrad {
|
|
|