summaryrefslogtreecommitdiff
path: root/biology/crimap/files/patch-gcc4
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2007-06-18 21:35:50 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2007-06-18 21:35:50 +0000
commit8049a87680d8898728c78a24937064a59ea1fcdb (patch)
treee8e2dd1862e8f0ef6f4a332f342619f940959ed2 /biology/crimap/files/patch-gcc4
parentAdd TCL binding for PostgreSQL client. This used to be part of PostgreSQL (diff)
- Fix the build with GCC 4.2
- Remove BROKEN tag Reported by: pointyhat (logs)
Notes
Notes: svn path=/head/; revision=193835
Diffstat (limited to '')
-rw-r--r--biology/crimap/files/patch-gcc431
1 files changed, 31 insertions, 0 deletions
diff --git a/biology/crimap/files/patch-gcc4 b/biology/crimap/files/patch-gcc4
new file mode 100644
index 000000000000..b15fe63303c0
--- /dev/null
+++ b/biology/crimap/files/patch-gcc4
@@ -0,0 +1,31 @@
+--- our_allo.c.orig Tue Jun 19 04:31:56 2007
++++ our_allo.c Tue Jun 19 04:30:44 2007
+@@ -21,10 +21,11 @@
+ static HEADER base;
+ static HEADER *allocp = NULL;
+
++static HEADER *morecore();
++
+ char *our_alloc(nbytes)
+ ALLOC nbytes;
+ {
+- HEADER *morecore();
+ HEADER *p;
+ HEADER *q;
+ ALLOC nunits;
+diff -ur work/our_orde.c foo/our_orde.c
+--- our_orde.c.orig Tue Jun 19 04:31:56 2007
++++ our_orde.c Tue Jun 19 04:31:30 2007
+@@ -21,10 +21,11 @@
+ static HEADER orders_base;
+ static HEADER *orders_allocp = NULL;
+
++static HEADER *orders_morecore();
++
+ char *our_orders_alloc(nbytes)
+ ALLOC nbytes;
+ {
+- HEADER *orders_morecore();
+ HEADER *p, *q;
+ ALLOC nunits;
+