diff options
Diffstat (limited to 'games-strategy/wesnoth/wesnoth-1.14.7.ebuild')
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.14.7.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games-strategy/wesnoth/wesnoth-1.14.7.ebuild b/games-strategy/wesnoth/wesnoth-1.14.7.ebuild index 971ba1f87a94..e0b1b37602ec 100644 --- a/games-strategy/wesnoth/wesnoth-1.14.7.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.14.7.ebuild @@ -40,6 +40,8 @@ BDEPEND=" virtual/pkgconfig " +PATCHES=( "${FILESDIR}"/${P}-boost-1.70.patch ) + pkg_setup() { if use openmp; then tc-has-openmp || die "Please switch to an openmp compatible compiler" |