Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2020 10:22:25 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553175 - head/emulators/virtualbox-ose-additions
Message-ID:  <202010241022.09OAMP8r075525@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Sat Oct 24 10:22:25 2020
New Revision: 553175
URL: https://svnweb.freebsd.org/changeset/ports/553175

Log:
  Apply fix to emulators/virtualbox-ose-additions to allow building
  with OPENGL option on after ports r552109.
  
  PR:		250315
  Submitted by:	rozhuk.im@gmail.com
  Approved by:	portmgr (fixit blanket)

Modified:
  head/emulators/virtualbox-ose-additions/Makefile

Modified: head/emulators/virtualbox-ose-additions/Makefile
==============================================================================
--- head/emulators/virtualbox-ose-additions/Makefile	Sat Oct 24 10:18:42 2020	(r553174)
+++ head/emulators/virtualbox-ose-additions/Makefile	Sat Oct 24 10:22:25 2020	(r553175)
@@ -141,6 +141,10 @@ post-patch:
 	    ${WRKSRC}/src/VBox/Additions/x11/VBoxClient/Makefile.kmk
 	@${ECHO_CMD} 'VBOX_ICONV_DEFS = LIBICONV_PLUG' >> ${WRKSRC}/LocalConfig.kmk
 .endif
+	@${REINPLACE_CMD} \
+	    -e 's|#define GLX_EXTRAS 1||g' \
+	    ${WRKSRC}/src/VBox/Additions/common/crOpenGL/dri_glx.h \
+	    ${WRKSRC}/src/VBox/Additions/common/crOpenGL/glx_proto.h
 
 post-patch-OPENGL-on:
 	@${ECHO_CMD} 'VBOX_USE_SYSTEM_GL_HEADERS = 1' >> ${WRKSRC}/LocalConfig.kmk



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