git: c9fcc6ef30cb - main - emulators/wine-devel: Clean environment for gmake
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 May 2024 09:00:42 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=c9fcc6ef30cbe906a069a0721797f37f88a14da0 commit c9fcc6ef30cbe906a069a0721797f37f88a14da0 Author: O. Hartmann <ohartmann@walstatt.org> AuthorDate: 2024-05-11 08:41:48 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2024-05-11 09:00:19 +0000 emulators/wine-devel: Clean environment for gmake PR: 277913 --- emulators/wine-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index cfb75a1b1d7e..0cb24dbfb5bb 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -154,7 +154,7 @@ PLIST_SUB+= WINE32="" WINE64="@comment " WINEARCH="i386" .endif pre-build: - cd ${WRKSRC} && ${MAKE_CMD} depend + cd ${WRKSRC} && ${SETENVI} ${WRK_ENV} ${MAKE_CMD} depend post-install: .if ${ARCH} == i386