Skip to content

Commit

Permalink
emulators/wine-devel: Configure without Core Audio support
Browse files Browse the repository at this point in the history
Core Audio is Apple-specific and should never trigger on FreeBSD.
Still explicitly configure --without-coreaudio in the spirit of
deterministic builds, independent of packages that happen to be
installed on the build system.

Approved by:	maintainer (pre-approval)
  • Loading branch information
Gerald Pfeifer authored and Gerald Pfeifer committed Nov 13, 2021
1 parent 36828f1 commit bd28318
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emulators/wine-devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ CONFIGURE_ARGS+=--verbose \
--disable-tests \
--without-alsa \
--without-capi \
--without-coreaudio \
--without-dbus \
--without-gettext --without-gettextpo \
--without-gphoto \
Expand Down

0 comments on commit bd28318

Please sign in to comment.