Date: Sat, 14 Aug 2004 17:35:43 +0300 From: Andrey Slusar <anray@inet.ua> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70455: [PATCH] devel/crossgo32: fix build with gcc 3.4 Message-ID: <E1BvzdH-000Fk2-Sz@santinel.home.ua> Resent-Message-ID: <200408141440.i7EEe7RB015168@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70455 >Category: ports >Synopsis: [PATCH] devel/crossgo32: fix build with gcc 3.4 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 14 14:40:07 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Andrey Slusar >Release: FreeBSD 5.2-CURRENT i386 >Organization: Santinel >Environment: System: FreeBSD santinel.home.ua 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Fri Aug 13 15:33:33 EEST 2004 root@santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386 >Description: maintainer - ports@ Fix build with gcc 3.4 >How-To-Repeat: >Fix: --- crossgo32.diff begins here --- diff -ru /usr/ports/devel/crossgo32/files/patch-functions.def crossgo32/files/patch-functions.def --- /usr/ports/devel/crossgo32/files/patch-functions.def Wed May 19 18:23:57 2004 +++ crossgo32/files/patch-functions.def Sat Aug 14 13:39:21 2004 @@ -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) --- crossgo32.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1BvzdH-000Fk2-Sz>