Skip to content

Commit

Permalink
emulators/wine-devel: Clean environment for gmake
Browse files Browse the repository at this point in the history
PR:		277913
  • Loading branch information
O. Hartmann authored and Gerald Pfeifer committed May 11, 2024
1 parent c555368 commit c9fcc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulators/wine-devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9fcc6e

Please sign in to comment.