Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2017 21:50:58 +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: r431999 - head/emulators/wine-devel
Message-ID:  <201701202150.v0KLowlx060368@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Fri Jan 20 21:50:58 2017
New Revision: 431999
URL: https://svnweb.freebsd.org/changeset/ports/431999

Log:
  Remove a hack to fix the build with the STAGING option on FreeBSD 9
  where powl would be incorrectly detected during configure (essentially
  reverting revision 384664 from 2015-04-24).

Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Fri Jan 20 21:46:26 2017	(r431998)
+++ head/emulators/wine-devel/Makefile	Fri Jan 20 21:50:58 2017	(r431999)
@@ -146,8 +146,6 @@ EXTRACT_DEPENDS=bash:shells/bash \
 		git:devel/git \
 		${AUTOCONF_DEPENDS}
 
-# Fix build on FreeBSD 9.x (false positive: powl)
-CONFIGURE_ENV+=	ac_cv_have_powl=no
 CONFIGURE_ARGS+=--without-pulse
 USE_AUTOTOOLS=	autoconf:env
 



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