diff options
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 34c0ac934451..3c7a0155a170 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -33,8 +33,10 @@ CONFIGURE_ARGS+=--verbose --disable-tests \ --without-opencl \ --without-osmesa \ --with-oss \ + --without-pulse \ --without-sane \ - --without-tiff + --without-tiff \ + --without-udev CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex" WINELIBDIR?= ${PREFIX}/lib USES= bison compiler:c11 desktop-file-utils gmake shebangfix tar:xz |