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

Gerald Pfeifer gerald at FreeBSD.org
Fri Jan 20 21:50:59 UTC 2017


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
 


More information about the svn-ports-all mailing list