summaryrefslogtreecommitdiff
path: root/comms/estic
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
parent6f46775640141a4daae67b7eb6f39433285a39bf (diff)
downloadpkgsrc-e6941ee956ebeb4889df939fdbfbc813d1da08b6.tar.gz
Fix GCC 3.3.x related build problem.
Diffstat (limited to 'comms/estic')
-rw-r--r--comms/estic/distinfo4
-rw-r--r--comms/estic/patches/patch-ax14
-rw-r--r--comms/estic/patches/patch-ay14
3 files changed, 31 insertions, 1 deletions
diff --git a/comms/estic/distinfo b/comms/estic/distinfo
index 24c1b704d72..1e5fe9295dc 100644
--- a/comms/estic/distinfo
+++ b/comms/estic/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2002/09/21 07:06:41 jlam Exp $
+$NetBSD: distinfo,v 1.6 2003/12/28 21:53:44 tron Exp $
SHA1 (estic-1.60-sources.zip) = ce66a6d52faaf6adba492bb3f74e49eab608d0c3
Size (estic-1.60-sources.zip) = 892311 bytes
@@ -27,3 +27,5 @@ SHA1 (patch-at) = 87ea33bc400397c5ee9f7aeedf7c8b409dc9dbe7
SHA1 (patch-au) = 0de3e83ee0fe9881dd68ed2b9ffb7511376da911
SHA1 (patch-av) = e9239931b98b0ba1444e426df4ae4df7e9aaca7d
SHA1 (patch-aw) = ed428001d0ffc2428a67182a22fa54a726ca103a
+SHA1 (patch-ax) = 18f16c755f05d5899d13be239544366a1393d7d3
+SHA1 (patch-ay) = 25ec057efcb071f83ab53ca7d7d2af22e9a2c93f
diff --git a/comms/estic/patches/patch-ax b/comms/estic/patches/patch-ax
new file mode 100644
index 00000000000..a1eda62b1ad
--- /dev/null
+++ b/comms/estic/patches/patch-ax
@@ -0,0 +1,14 @@
+$NetBSD: patch-ax,v 1.1 2003/12/28 21:53:45 tron Exp $
+
+--- ../spunk/check.cc.orig 1996-11-07 18:06:46.000000000 +0100
++++ ../spunk/check.cc 2003-12-28 22:48:02.000000000 +0100
+@@ -50,9 +50,6 @@
+
+
+ // The fail vector
+-#ifdef __GNUC__
+-volatile
+-#endif
+ void (*CheckFailed) (const char*, const char* Cond,
+ int Code, const char* File, int Line) = _CheckFailed;
+
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.