aboutsummaryrefslogtreecommitdiff
path: root/devel/crossgo32
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-14 14:51:10 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-14 14:51:10 +0000
commit1f67f1e66b47943256279daddb65d5ffedfb7a00 (patch)
tree78f31daad310c704684d68bbab263fceee33432f /devel/crossgo32
parent66d736359587d0c4338ff98f734247653c8be81d (diff)
downloadports-1f67f1e66b47943256279daddb65d5ffedfb7a00.tar.gz
ports-1f67f1e66b47943256279daddb65d5ffedfb7a00.zip
Fix build with gcc 3.4
PR: ports/70455 Submitted by: Andrey Slusar <anray@inet.ua>
Notes
Notes: svn path=/head/; revision=116196
Diffstat (limited to 'devel/crossgo32')
-rw-r--r--devel/crossgo32/files/patch-functions.def8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/crossgo32/files/patch-functions.def b/devel/crossgo32/files/patch-functions.def
index 6de88a704a14..49d83cfc87be 100644
--- a/devel/crossgo32/files/patch-functions.def
+++ b/devel/crossgo32/files/patch-functions.def
@@ -1,6 +1,6 @@
---- libiberty/functions.def.old Thu Jul 4 19:16:36 1996
-+++ libiberty/functions.def Wed May 19 18:21:14 2004
-@@ -34,15 +34,12 @@
+--- libiberty/functions.def.orig Thu Jul 4 19:16:36 1996
++++ libiberty/functions.def Sat Aug 14 13:32:43 2004
+@@ -34,15 +34,11 @@
DEF(strchr, char*, (s, c), CONST char *s AND int c)
DEF(strdup, char*, (s1), char * s1)
DEF(strrchr, char*, (s, c), CONST char *s AND int c)
@@ -10,7 +10,7 @@
DEF(strtoul, unsigned long, (), NOTHING)
DEF(tmpnam, char *, (s), char * s)
DEF(vfork, int, (), NOTHING)
- DEF(vfprintf, int, (), NOTHING)
+-DEF(vfprintf, int, (), NOTHING)
-DEF(vprintf, int, (), NOTHING)
-DEF(vsprintf, int, (), NOTHING)
DEF(sigsetmask, int, (), NOTHING)