Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Feb 2010 06:39:27 GMT
From:      Rob Farmer <rfarmer@predatorlabs.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144224: [PATCH] lang/mono Fix build with new GCC
Message-ID:  <201002230639.o1N6dRUG023683@www.freebsd.org>
Resent-Message-ID: <201002230640.o1N6e1Ew056774@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         144224
>Category:       ports
>Synopsis:       [PATCH] lang/mono Fix build with new GCC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 23 06:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Rob Farmer
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD thinkpad.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r204181: Sun Feb 21 15:33:31 PST 2010     rfarmer@thinkpad.predatorlabs.net:/obj/usr/src/sys/THINKPAD  i386
>Description:
Fix build with GCC 4.4
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: files/patch-new_gcc
===================================================================
RCS file: files/patch-new_gcc
diff -N files/patch-new_gcc
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-new_gcc	23 Feb 2010 05:34:13 -0000
@@ -0,0 +1,11 @@
+--- mono/mini/ldscript.mono.orig	2009-10-26 13:44:11.000000000 -0700
++++ mono/mini/ldscript.mono	2010-02-22 21:34:07.000000000 -0800
+@@ -5,6 +5,8 @@
+               GC_start_blocking;
+               GC_end_blocking;
+               gc_thread_vtable;
++              __progname;
++              environ;
+       local:
+               *;
+ };


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002230639.o1N6dRUG023683>