Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 685172 | Differences between
and this patch

Collapse All | Expand All

(-)a/app-emulation/wine-any/wine-any-9999.ebuild (+1 lines)
Lines 476-481 multilib_src_configure() { Link Here
476
		$(use_with jpeg)
476
		$(use_with jpeg)
477
		$(use_with kerberos krb5)
477
		$(use_with kerberos krb5)
478
		$(use_with ldap)
478
		$(use_with ldap)
479
		--without-mingw # linux LDFLAGS leak in mingw32: bug #685172
479
		$(use_enable mono mscoree)
480
		$(use_enable mono mscoree)
480
		$(use_with mp3 mpg123)
481
		$(use_with mp3 mpg123)
481
		$(use_with netapi)
482
		$(use_with netapi)
(-)a/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild (+1 lines)
Lines 420-425 multilib_src_configure() { Link Here
420
		$(use_with jpeg)
420
		$(use_with jpeg)
421
		$(use_with kerberos krb5)
421
		$(use_with kerberos krb5)
422
		$(use_with ldap)
422
		$(use_with ldap)
423
		--without-mingw # linux LDFLAGS leak in mingw32: bug #685172
423
		$(use_enable mono mscoree)
424
		$(use_enable mono mscoree)
424
		$(use_with mp3 mpg123)
425
		$(use_with mp3 mpg123)
425
		$(use_with netapi)
426
		$(use_with netapi)
(-)a/app-emulation/wine-staging/wine-staging-4.7-r1.ebuild (+1 lines)
Lines 456-461 multilib_src_configure() { Link Here
456
		$(use_with jpeg)
456
		$(use_with jpeg)
457
		$(use_with kerberos krb5)
457
		$(use_with kerberos krb5)
458
		$(use_with ldap)
458
		$(use_with ldap)
459
		--without-mingw # linux LDFLAGS leak in mingw32: bug #685172
459
		$(use_enable mono mscoree)
460
		$(use_enable mono mscoree)
460
		$(use_with mp3 mpg123)
461
		$(use_with mp3 mpg123)
461
		$(use_with netapi)
462
		$(use_with netapi)
(-)a/app-emulation/wine-staging/wine-staging-9999.ebuild (+1 lines)
Lines 456-461 multilib_src_configure() { Link Here
456
		$(use_with jpeg)
456
		$(use_with jpeg)
457
		$(use_with kerberos krb5)
457
		$(use_with kerberos krb5)
458
		$(use_with ldap)
458
		$(use_with ldap)
459
		--without-mingw # linux LDFLAGS leak in mingw32: bug #685172
459
		$(use_enable mono mscoree)
460
		$(use_enable mono mscoree)
460
		$(use_with mp3 mpg123)
461
		$(use_with mp3 mpg123)
461
		$(use_with netapi)
462
		$(use_with netapi)
(-)a/app-emulation/wine-vanilla/wine-vanilla-4.7-r1.ebuild (+1 lines)
Lines 387-392 multilib_src_configure() { Link Here
387
		$(use_with jpeg)
387
		$(use_with jpeg)
388
		$(use_with kerberos krb5)
388
		$(use_with kerberos krb5)
389
		$(use_with ldap)
389
		$(use_with ldap)
390
		--without-mingw # linux LDFLAGS leak in mingw32: bug #685172
390
		$(use_enable mono mscoree)
391
		$(use_enable mono mscoree)
391
		$(use_with mp3 mpg123)
392
		$(use_with mp3 mpg123)
392
		$(use_with netapi)
393
		$(use_with netapi)
(-)a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild (+1 lines)
Lines 387-392 multilib_src_configure() { Link Here
387
		$(use_with jpeg)
387
		$(use_with jpeg)
388
		$(use_with kerberos krb5)
388
		$(use_with kerberos krb5)
389
		$(use_with ldap)
389
		$(use_with ldap)
390
		--without-mingw # linux LDFLAGS leak in mingw32: bug #685172
390
		$(use_enable mono mscoree)
391
		$(use_enable mono mscoree)
391
		$(use_with mp3 mpg123)
392
		$(use_with mp3 mpg123)
392
		$(use_with netapi)
393
		$(use_with netapi)
(-)a/app-emulation/wine/wine-9999.ebuild (-1 / +1 lines)
Lines 435-440 multilib_src_configure() { Link Here
435
		--without-hal
435
		--without-hal
436
		$(use_with jpeg)
436
		$(use_with jpeg)
437
		$(use_with ldap)
437
		$(use_with ldap)
438
		--without-mingw # linux LDFLAGS leak in mingw32: bug #685172
438
		$(use_enable mono mscoree)
439
		$(use_enable mono mscoree)
439
		$(use_with mp3 mpg123)
440
		$(use_with mp3 mpg123)
440
		$(use_with netapi)
441
		$(use_with netapi)
441
- 

Return to bug 685172