diff options
author | David Naylor <dbn@FreeBSD.org> | 2015-04-24 15:56:19 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2015-04-24 15:56:19 +0000 |
commit | 12bdb91f92877285a60da75e2c73d56029417590 (patch) | |
tree | 41c9558bf8a4e5e76e6fc4afd31db1da7f6f5b75 /emulators | |
parent | 165d0f2d587fe69a7ca06266159159027c7d2419 (diff) | |
download | ports-12bdb91f92877285a60da75e2c73d56029417590.tar.gz ports-12bdb91f92877285a60da75e2c73d56029417590.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 8746b45e2f11..289c8c7b60dc 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -141,8 +141,11 @@ COMP_DIST= v${DISTVERSION}.tar.gz DISTFILES+= ${COMP_DIST}:cho EXTRACT_DEPENDS=bash:${PORTSDIR}/shells/bash \ - git:${PORTSDIR}/devel/git + git:${PORTSDIR}/devel/git \ + ${AUTOCONF_DEPENDS} +# Fix build on FreeBSD 8.4 and 9.3 (false positive: powl) +CONFIGURE_ENV+= ac_cv_have_powl=no CONFIGURE_ARGS+=--without-pulse USE_AUTOTOOLS= autoconf |