svn commit: r420655 - head/emulators/wine

Gerald Pfeifer gerald at FreeBSD.org
Tue Aug 23 10:14:42 UTC 2016


Author: gerald
Date: Tue Aug 23 10:14:41 2016
New Revision: 420655
URL: https://svnweb.freebsd.org/changeset/ports/420655

Log:
  Configure without --without-xinerama which I missed from r420654 since
  it was not part of the respective patch in wine-devel.

Modified:
  head/emulators/wine/Makefile

Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile	Tue Aug 23 10:11:17 2016	(r420654)
+++ head/emulators/wine/Makefile	Tue Aug 23 10:14:41 2016	(r420655)
@@ -32,8 +32,7 @@ CONFIGURE_ARGS+=--verbose --disable-test
 		--without-osmesa \
 		--with-oss \
 		--without-sane \
-		--without-tiff \
-		--without-xinerama
+		--without-tiff
 CONFIGURE_ENV=	CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex"
 WINELIBDIR?=	${PREFIX}/lib
 .if !defined(USE_LDCONFIG32)


More information about the svn-ports-all mailing list