svn commit: r465815 - in head/emulators/mame: . files

Gerald Pfeifer gerald at pfeifer.com
Fri Mar 30 14:10:20 UTC 2018


On Wed, 28 Mar 2018, Steve Wills wrote:
> Log:
>   emulators/mame: update to 0.195

This brougth a lot more changes than just a version update...

> Modified: head/emulators/mame/Makefile
> ==============================================================================
> +LICENSE=	GPLv2

...such as setting the LICENSE or moving from Qt4 to Qt5...

> +.if ${OSVERSION} < 1100055
> +USE_GCC=	6
> +.endif

...and adding this hack.  

Does this means GCC 7 does not work, so it's really GCC 6 that 
needs to be requested, not USE_GCC=yes?

Gerald


More information about the svn-ports-head mailing list