svn commit: r558760 - head/emulators/wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Sun Dec 20 17:22:09 UTC 2020


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 \


More information about the svn-ports-head mailing list