diff options
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 1 | ||||
-rw-r--r-- | media-sound/gmpc/gmpc-9999.ebuild | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index f53e14f..a6ab264 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -82,6 +82,7 @@ src_unpack() { epatch ${FILESDIR}/Patch_id_1.patch # epatch ${FILESDIR}/winepulse-winecfg.patch epatch ${FILESDIR}/winepulse-0.27.patch +# epatch ${FILESDIR}/oblivion_winmm_badcheck_workaround.patch # epatch ${FILESDIR}/0001-dinput-Read-raw-relative-mouse-movements-from-dev.patch # epatch ${FILESDIR}/wined3d.diff # useq pulseaudio && epatch ${FILESDIR}/winepulse-0.28.patch diff --git a/media-sound/gmpc/gmpc-9999.ebuild b/media-sound/gmpc/gmpc-9999.ebuild index 76b59c7..5f111a8 100644 --- a/media-sound/gmpc/gmpc-9999.ebuild +++ b/media-sound/gmpc/gmpc-9999.ebuild @@ -44,7 +44,7 @@ src_unpack() { src_configure() { econf \ $(use_enable session sm) \ - $(use_enable xspf libxspf) \ + $(use_enable xspf libxspf) } src_install() { |