1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Unbreak on FreeBSD 8.4.

PR:		ports/190851
Submitted by:	truckman
This commit is contained in:
Romain Tartière 2014-06-25 09:40:15 +00:00
parent 21a7c0265d
commit c7582fa9c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359212
2 changed files with 32 additions and 1 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= mono
PORTVERSION= 3.4.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/

View File

@ -0,0 +1,31 @@
Address this build error when using binutils 2.24's ld(1):
====================
.
.
CCLD mono-sgen
/usr/local/bin/ld: mono-boehm: local symbol `__progname' in /usr/lib/crt1.o is referenced by DSO
/usr/local/bin/ld: final link failed: Bad value
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[4]: *** [mono-boehm] Error 1
gmake[4]: *** Waiting for unfinished jobs....
/usr/local/bin/ld: mono-sgen: local symbol `__progname' in /usr/lib/crt1.o is referenced by DSO
/usr/local/bin/ld: final link failed: Bad value
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[4]: *** [mono-sgen] Error 1
.
.
====================
See also:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190851
--- mono/mini/ldscript.mono.orig 2014-03-31 14:25:50.000000000 -0600
+++ mono/mini/ldscript.mono 2014-06-18 14:27:28.000000000 -0600
@@ -7,6 +7,4 @@
gc_thread_vtable;
mini_type_is_vtype;
mini_is_gsharedvt_klass;
- local:
- *;
};