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

Collapse All | Expand All

(-)b/emulators/wine-devel/Makefile (+6 lines)
Lines 109-114 X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ Link Here
109
109
110
.include <bsd.port.pre.mk>
110
.include <bsd.port.pre.mk>
111
111
112
# Using LLD with OPENAL fails due to preemption of symbols with protected visibility in a shared object
113
# See PR 226980 
114
.if  ${PORT_OPTIONS:MOPENAL}
115
LLD_UNSAFE=     yes
116
.endif
117
112
.if ${ARCH} == amd64
118
.if ${ARCH} == amd64
113
# Wine is composed of three parts:
119
# Wine is composed of three parts:
114
#  - wine (aka this port) is the 32-bit component and runs 32-bit programs (on FreeBSD/i386)
120
#  - wine (aka this port) is the 32-bit component and runs 32-bit programs (on FreeBSD/i386)
(-)b/emulators/wine/Makefile (+6 lines)
Lines 105-110 X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ Link Here
105
105
106
.include <bsd.port.pre.mk>
106
.include <bsd.port.pre.mk>
107
107
108
# Using LLD with OPENAL fails due to preemption of symbols with protected visibility in a shared object
109
# See PR 226980 
110
.if  ${PORT_OPTIONS:MOPENAL}
111
LLD_UNSAFE=     yes
112
.endif
113
108
.if ${ARCH} == amd64
114
.if ${ARCH} == amd64
109
# Wine is composed of three parts:
115
# Wine is composed of three parts:
110
#  - wine (aka this port) is the 32-bit component and runs 32-bit programs (on FreeBSD/i386)
116
#  - wine (aka this port) is the 32-bit component and runs 32-bit programs (on FreeBSD/i386)

Return to bug 226980