Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2024 09:22:27 GMT
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 35d39ed1224f - main - emulators/mupen64plus-core: Try fix build on i386
Message-ID:  <202412220922.4BM9MROx008448@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412220922.4BM9MROx008448>