diff options
author | gerald <gerald@FreeBSD.org> | 2017-01-21 05:50:58 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-01-21 05:50:58 +0800 |
commit | 60abab706f53bb8825c264697d9b156419687484 (patch) | |
tree | 562513e344ade046d3352012cabb4d464dd4dbc6 /emulators | |
parent | 491c5be2e9b8b263f68fad7744a363c9bd57759e (diff) | |
download | freebsd-ports-gnome-60abab706f53bb8825c264697d9b156419687484.tar.gz freebsd-ports-gnome-60abab706f53bb8825c264697d9b156419687484.tar.zst freebsd-ports-gnome-60abab706f53bb8825c264697d9b156419687484.zip |
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).
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 97abdd711bbe..9ee6b050b5d1 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -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 |