Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Dec 2020 17:22:08 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558760 - head/emulators/wine-devel
Message-ID:  <202012201722.0BKHM8Z1009656@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Dec 20 17:22:07 2020
New Revision: 558760
URL: https://svnweb.freebsd.org/changeset/ports/558760

Log:
  Wine no longer features configuring --with-glu (or --without-glu), so
  remove that from the settings the X11 options implies.
  
  This only was a warning and did not affect the generated code/package.

Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Sun Dec 20 17:21:58 2020	(r558759)
+++ head/emulators/wine-devel/Makefile	Sun Dec 20 17:22:07 2020	(r558760)
@@ -126,7 +126,7 @@ VULKAN_LIB_DEPENDS=	libvulkan.so:graphics/vulkan-loade
 
 WINEMAKER_RUN_DEPENDS=	p5-XML-LibXML>0:textproc/p5-XML-LibXML
 
-X11_CONFIGURE_WITH=	x cms fontconfig freetype glu jpeg opengl png xinerama xinput2 xrandr xrender
+X11_CONFIGURE_WITH=	x cms fontconfig freetype jpeg opengl png xinerama xinput2 xrandr xrender
 X11_USES=		gl jpeg xorg
 X11_USE=		GL=glu XORG=x11,xext,xcomposite,xcursor,xi,xinerama,xrandr,xrender
 X11_LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \



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