diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-12-22 09:21:39 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-12-22 09:21:39 +0000 |
commit | 35d39ed1224f1d99459939471f9a789c4755cf1a (patch) | |
tree | f1c068571cd323b1830c9c175ee151e022b0e1ca | |
parent | edcd07b95c44f155068a997b3d8dd141f3fedc8c (diff) |
emulators/mupen64plus-core: Try fix build on i386
Reported by: pkg-fallout
-rw-r--r-- | emulators/mupen64plus-core/Makefile.common | 1 |
1 files changed, 1 insertions, 0 deletions
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 |