View | Details | Raw Unified | Return to bug 231010 | Differences between
and this patch

Collapse All | Expand All

(-)b/emulators/wine-devel/Makefile (+1 lines)
Lines 24-29 BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \ Link Here
24
LIB_DEPENDS=	libxml2.so:textproc/libxml2
24
LIB_DEPENDS=	libxml2.so:textproc/libxml2
25
25
26
USES=		bison compiler:c11 desktop-file-utils gmake localbase shebangfix tar:xz
26
USES=		bison compiler:c11 desktop-file-utils gmake localbase shebangfix tar:xz
27
LLD_UNSAFE= 	yes
27
28
28
CONFLICTS_INSTALL=	wine-[0-9]* wine-staging-[0-9]* i386-wine-[0-9]* \
29
CONFLICTS_INSTALL=	wine-[0-9]* wine-staging-[0-9]* i386-wine-[0-9]* \
29
			i386-wine-staging-[0-9]* i386-wine-devel-[0-9]*
30
			i386-wine-staging-[0-9]* i386-wine-devel-[0-9]*
(-)b/emulators/wine-devel/files/patch-tools_winegcc_winegcc.c (+9 lines)
Added Link Here
1
--- tools/winegcc/winegcc.c.orig	2018-12-28 18:58:40 UTC
2
+++ tools/winegcc/winegcc.c
3
@@ -396,6 +396,7 @@ static const strarray* get_lddllflags( const struct op
4
     case PLATFORM_ANDROID:
5
     case PLATFORM_SOLARIS:
6
     case PLATFORM_UNSPECIFIED:
7
+        strarray_add( flags, strmake( "-fuse-ld=%s", build_tool_name( opts, "ld", LD )));
8
         strarray_add( flags, "-shared" );
9
         strarray_add( flags, "-Wl,-Bsymbolic" );

Return to bug 231010