Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 2014 21:49:00 +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: r352704 - head/emulators/wine
Message-ID:  <201404302149.s3ULn0v4069582@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Wed Apr 30 21:49:00 2014
New Revision: 352704
URL: http://svnweb.freebsd.org/changeset/ports/352704
QAT: https://qat.redports.org/buildarchive/r352704/

Log:
  Build with a dependency on the X composite extension.
  
  PR:		188831
  Analyzed by:	Denver Hull <denverh@comcast.net>

Modified:
  head/emulators/wine/Makefile

Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile	Wed Apr 30 21:38:27 2014	(r352703)
+++ head/emulators/wine/Makefile	Wed Apr 30 21:49:00 2014	(r352704)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wine
 DISTVERSION=	1.6.2
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
@@ -35,7 +35,7 @@ CONFIGURE_ARGS+=--verbose --disable-test
 		--without-gphoto --without-gsm --without-gstreamer \
 		--with-opengl --without-mpg123 --without-opencl \
 		--with-oss --without-sane --without-tiff \
-		--without-v4l --without-xcomposite --without-xinerama \
+		--without-v4l --with-xcomposite --without-xinerama \
 		--with-xinput2 --with-xrandr
 CONFIGURE_ENV=	FLEX="${LOCALBASE}/bin/flex"
 WINELIBDIR?=	${PREFIX}/lib
@@ -47,7 +47,7 @@ USES=		bison compiler:c11 gmake shebangf
 SHEBANG_FILES=	tools/winemaker tools/winedump/function_grep.pl
 USE_BZIP2=	yes
 USE_GL=		glu
-USE_XORG=	xcursor xi xpm xrandr xrender
+USE_XORG=	xcomposite xcursor xi xpm xrandr xrender
 
 SUB_FILES=	pkg-message
 PKGMESSAGE=	${WRKDIR}/pkg-message



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