summaryrefslogtreecommitdiff
path: root/comms/estic/patches/patch-ay
diff options
context:
space:
mode:
authortron <tron>2003-12-28 21:53:44 +0000
committertron <tron>2003-12-28 21:53:44 +0000
commite6941ee956ebeb4889df939fdbfbc813d1da08b6 (patch)
treeeb5d1d1eab351a6de8353a3a9e029526293a36f7 /comms/estic/patches/patch-ay
parent6f46775640141a4daae67b7eb6f39433285a39bf (diff)
downloadpkgsrc-e6941ee956ebeb4889df939fdbfbc813d1da08b6.tar.gz
Fix GCC 3.3.x related build problem.
Diffstat (limited to 'comms/estic/patches/patch-ay')
-rw-r--r--comms/estic/patches/patch-ay14
1 files changed, 14 insertions, 0 deletions
diff --git a/comms/estic/patches/patch-ay b/comms/estic/patches/patch-ay
new file mode 100644
index 00000000000..177d8c574c6
--- /dev/null
+++ b/comms/estic/patches/patch-ay
@@ -0,0 +1,14 @@
+$NetBSD: patch-ay,v 1.1 2003/12/28 21:53:45 tron Exp $
+
+--- ../spunk/check.h.orig 1996-11-07 18:06:46.000000000 +0100
++++ ../spunk/check.h 2003-12-28 22:50:57.000000000 +0100
+@@ -38,9 +38,6 @@
+
+
+ extern
+-#ifdef __GNUC__
+-volatile
+-#endif
+ void (*CheckFailed) (const char* Msg, const char* Cond, int Code,
+ const char* File, int Line);
+ // Function pointer that is called from Check if the condition code is true.