git: 35d39ed1224f - main - emulators/mupen64plus-core: Try fix build on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 Dec 2024 09:22:27 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=35d39ed1224f1d99459939471f9a789c4755cf1a commit 35d39ed1224f1d99459939471f9a789c4755cf1a Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2024-12-22 09:21:39 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-12-22 09:21:39 +0000 emulators/mupen64plus-core: Try fix build on i386 Reported by: pkg-fallout --- emulators/mupen64plus-core/Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/emulators/mupen64plus-core/Makefile.common b/emulators/mupen64plus-core/Makefile.common index 7d2d1e2a598f..d8437d34ee6b 100644 --- a/emulators/mupen64plus-core/Makefile.common +++ b/emulators/mupen64plus-core/Makefile.common @@ -1,6 +1,7 @@ USES+= dos2unix DOS2UNIX_GLOB= *.c *.cpp *.h *.H *.ini *.conf +MAKE_ENV+= PIC=1 PATCHDIR= ${.CURDIR}/files BUILD_WRKSRC?= ${WRKSRC}/projects/unix