Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Apr 2017 01:34:23 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437910 - head/emulators/ppsspp
Message-ID:  <201704070134.v371YNJT070222@repo.freebsd.org>

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



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