svn commit: r437911 - branches/2017Q2/emulators/ppsspp

Jan Beich jbeich at FreeBSD.org
Fri Apr 7 01:37:09 UTC 2017


Author: jbeich
Date: Fri Apr  7 01:37:08 2017
New Revision: 437911
URL: https://svnweb.freebsd.org/changeset/ports/437911

Log:
  MFH: r437910
  
  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
  Approved by:	ports-secteam blanket

Modified:
  branches/2017Q2/emulators/ppsspp/Makefile
Directory Properties:
  branches/2017Q2/   (props changed)

Modified: branches/2017Q2/emulators/ppsspp/Makefile
==============================================================================
--- branches/2017Q2/emulators/ppsspp/Makefile	Fri Apr  7 01:34:22 2017	(r437910)
+++ branches/2017Q2/emulators/ppsspp/Makefile	Fri Apr  7 01:37:08 2017	(r437911)
@@ -39,7 +39,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-all mailing list