svn commit: r475505 - head/emulators/mednafen

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Sat Jul 28 07:24:56 UTC 2018


Author: acm
Date: Sat Jul 28 07:24:55 2018
New Revision: 475505
URL: https://svnweb.freebsd.org/changeset/ports/475505

Log:
  - Fix sdl dependencies. It uses SDL 2.x instead of 1.x

Modified:
  head/emulators/mednafen/Makefile

Modified: head/emulators/mednafen/Makefile
==============================================================================
--- head/emulators/mednafen/Makefile	Sat Jul 28 07:17:45 2018	(r475504)
+++ head/emulators/mednafen/Makefile	Sat Jul 28 07:24:55 2018	(r475505)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libcdio.so:sysutils/libcdio \
 BROKEN_sparc64=		fails to compile due to internal compiler error
 
 GNU_CONFIGURE=	yes
-USE_SDL=	sdl net
+USE_SDL=	sdl2 net2
 USE_GL=		gl glu
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list