diff options
author | Devan Franchini <twitch153@gentoo.org> | 2015-06-10 22:55:51 +0000 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2015-06-10 22:55:51 +0000 |
commit | 94f14e761d84c200d22a213c38eb4eeae13ea8d0 (patch) | |
tree | 9c9dca4594e6331f2564435632c2f1cefe5fa487 /games-emulation | |
parent | Add Perl 5.22 version, remove old (diff) | |
download | gentoo-2-94f14e761d84c200d22a213c38eb4eeae13ea8d0.tar.gz gentoo-2-94f14e761d84c200d22a213c38eb4eeae13ea8d0.tar.bz2 gentoo-2-94f14e761d84c200d22a213c38eb4eeae13ea8d0.zip |
Enables looking for shared enet
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A8C8FBCF)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dolphin/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-emulation/dolphin/ChangeLog b/games-emulation/dolphin/ChangeLog index 750651e82c63..eabfa73ce8b5 100644 --- a/games-emulation/dolphin/ChangeLog +++ b/games-emulation/dolphin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/dolphin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.39 2015/06/06 04:39:21 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.40 2015/06/10 22:55:51 twitch153 Exp $ + + 10 Jun 2015; Devan Franchini <twitch153@gentoo.org> dolphin-9999.ebuild: + Enables looking for shared enet 06 Jun 2015; Devan Franchini <twitch153@gentoo.org> dolphin-9999.ebuild: Adds >net-libs/enet-1.3.7 as a dependency, bug #550850 diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index f97944d4f531..70e9b99b2387 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.27 2015/06/06 04:39:21 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.28 2015/06/10 22:55:51 twitch153 Exp $ EAPI=5 @@ -117,6 +117,7 @@ src_configure() { "-Dprefix=${GAMES_PREFIX}" "-Ddatadir=${GAMES_DATADIR}/${PN}" "-Dplugindir=$(games_get_libdir)/${PN}" + "-DUSE_SHARED_ENET=ON" $( cmake-utils_use ffmpeg ENCODE_FRAMEDUMPS ) $( cmake-utils_use openmp OPENMP ) ) |