svn commit: r437910 - head/emulators/ppsspp

Jan Beich jbeich at FreeBSD.org
Fri Apr 7 01:34:24 UTC 2017


Author: jbeich
Date: Fri Apr  7 01:34:22 2017
New Revision: 437910
URL: https://svnweb.freebsd.org/changeset/ports/437910

Log:
  emulators/ppsspp: don't enable EGL by default on arm
  
  ext/native/base/PCMain.cpp:75:10: fatal error: 'EGL/egl.h' file not found
   #include "EGL/egl.h"
            ^
  1 error generated.
  
  Reported by:	pkg-fallout

Modified:
  head/emulators/ppsspp/Makefile   (contents, props changed)

Modified: head/emulators/ppsspp/Makefile
==============================================================================
--- head/emulators/ppsspp/Makefile	Fri Apr  7 00:37:00 2017	(r437909)
+++ head/emulators/ppsspp/Makefile	Fri Apr  7 01:34:22 2017	(r437910)
@@ -42,7 +42,7 @@ EXCLUDE=	libzip zlib
 EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,}
 USE_GL=		gl glew glu
 USE_SDL=	sdl2 # joystick
-CMAKE_ARGS=	-DUSE_SYSTEM_FFMPEG=on
+CMAKE_ARGS=	-DUSING_EGL=off -DUSE_SYSTEM_FFMPEG=on
 SUB_FILES=	pkg-message
 PORTDATA=	assets ${PORTNAME}
 


More information about the svn-ports-head mailing list