Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Apr 2017 01:37:08 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r437911 - branches/2017Q2/emulators/ppsspp
Message-ID:  <201704070137.v371b8RP070465@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704070137.v371b8RP070465>