Date: Tue, 23 Aug 2016 10:14:41 +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: r420655 - head/emulators/wine Message-ID: <201608231014.u7NAEfrx011603@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608231014.u7NAEfrx011603>