[Bug 244897] New Port: games/libretro-* libretro cores for compatible emulators

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Apr 19 17:32:03 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244897

--- Comment #23 from Loïc Bartoletti <lbartoletti at FreeBSD.org> ---
Created attachment 213570
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=213570&action=edit
libretro-model (2048)

Sorry, a comment about some Makefile.

Use compiler:gcc-c++11-lib instead of
:
 c++-lib and 
# Avoid a lot of patching for 9.
.if ${CHOSEN_COMPILER_TYPE} == gcc
USE_CXXSTD=     gnu++11
.endif

Remove do-build, print-upstream-revisions and print-updated-revisions.
Especially do-build if the name of Makefile is different than Makefile you can
specify it. For example MAKEFILE= Makefile.libretro

Remove .include <bsd.port.pre.mk> and .include <bsd.port.post.mk> And only use
.include <bsd.port.mk> at end of the file.

Thanks

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-games mailing list