diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-06-04 04:03:49 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-06-04 04:03:49 +0800 |
commit | 4b11eb2e5b7a7f0575e2a04e590b8af8f8b1f78e (patch) | |
tree | 5c48297a6e27a4fb14611a043171569deb33e50b /emulators/wine | |
parent | 961cd806eea650e37c876380fed560a0dcc3f0bf (diff) | |
download | freebsd-ports-gnome-4b11eb2e5b7a7f0575e2a04e590b8af8f8b1f78e.tar.gz freebsd-ports-gnome-4b11eb2e5b7a7f0575e2a04e590b8af8f8b1f78e.tar.zst freebsd-ports-gnome-4b11eb2e5b7a7f0575e2a04e590b8af8f8b1f78e.zip |
emulators/wine: fix desktop file on amd64
Reviewed by: gerald
Approved by: dbn
Differential Revision: https://reviews.freebsd.org/D15489
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 00c4dff68f8f..b587c0263a6d 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -3,6 +3,7 @@ PORTNAME= wine DISTVERSION= 3.0.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -129,8 +130,10 @@ CPPFLAGS+= -D__builtin_ms_va_list=__builtin_va_list \ .endif # 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 .else PLIST_SUB+= WINE32="" WINE64="@comment " |