Date: Mon, 20 Aug 2018 00:02:31 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477609 - head/emulators/wine Message-ID: <201808200002.w7K02VLc053724@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Mon Aug 20 00:02:31 2018 New Revision: 477609 URL: https://svnweb.freebsd.org/changeset/ports/477609 Log: Sync a comment re WoW64 plus the desktop file with revision r477548 of the emulators/wine-devel port to keep the two in sync. Modified: head/emulators/wine/Makefile Modified: head/emulators/wine/Makefile ============================================================================== --- head/emulators/wine/Makefile Sun Aug 19 23:37:06 2018 (r477608) +++ head/emulators/wine/Makefile Mon Aug 20 00:02:31 2018 (r477609) @@ -127,8 +127,8 @@ CPPFLAGS+= -D__builtin_ms_va_list=__builtin_va_list \ -D__builtin_ms_va_copy=__builtin_va_copy .endif -# Wine assumes a WoW64 package is available however WoW64 is not yet available on FreeBSD. -# Also fix the desktop file. +# Wine assumes a WoW64 package is available, however WoW64 is not yet +# available on FreeBSD. Also fix the desktop file. post-patch: ${REINPLACE_CMD} 's|/wine|/wine64|g' ${WRKSRC}/tools/wineapploader.in ${REINPLACE_CMD} '/Exec/s|wine|wine64|g' ${WRKSRC}/loader/wine.desktop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808200002.w7K02VLc053724>