View | Details | Raw Unified | Return to bug 249868
Collapse All | Expand All

(-)emulators/wine-devel/Makefile (-3 / +1 lines)
Lines 152-161 Link Here
152
CONFIGURE_ARGS+=	--enable-win64 --libdir=${PREFIX}/lib
152
CONFIGURE_ARGS+=	--enable-win64 --libdir=${PREFIX}/lib
153
PLIST_SUB+=		WINE32="@comment " WINE64=""
153
PLIST_SUB+=		WINE32="@comment " WINE64=""
154
154
155
# Wine assumes a WoW64 package is available, however WoW64 is not yet
155
# Fix the desktop file.
156
# available on FreeBSD. Also fix the desktop file.
157
post-patch:
156
post-patch:
158
	${REINPLACE_CMD} 's|/wine|/wine64|g' ${WRKSRC}/tools/wineapploader.in
159
	${REINPLACE_CMD} '/Exec/s|wine|wine64|g' ${WRKSRC}/loader/wine.desktop
157
	${REINPLACE_CMD} '/Exec/s|wine|wine64|g' ${WRKSRC}/loader/wine.desktop
160
158
161
.else
159
.else

Return to bug 249868