summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2014-07-20 16:00:34 +0000
committerAlfredo Tupone <tupone@gentoo.org>2014-07-20 16:00:34 +0000
commit0426ad742b6090b3deed500d610c9c6c0299359c (patch)
tree7cac3d38db7db162032e835ba1797a845bf598c6 /games-board
parentVersion bump wrt #516506 by Jeroen Roovers (diff)
downloadgentoo-2-0426ad742b6090b3deed500d610c9c6c0299359c.tar.gz
gentoo-2-0426ad742b6090b3deed500d610c9c6c0299359c.tar.bz2
gentoo-2-0426ad742b6090b3deed500d610c9c6c0299359c.zip
Fix build as per bug #514814
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/pasang-emas/ChangeLog8
-rw-r--r--games-board/pasang-emas/files/pasang-emas-3.1.0-build.patch7
-rw-r--r--games-board/pasang-emas/pasang-emas-3.1.0.ebuild11
3 files changed, 17 insertions, 9 deletions
diff --git a/games-board/pasang-emas/ChangeLog b/games-board/pasang-emas/ChangeLog
index 8637df634a2d..796e17290b0f 100644
--- a/games-board/pasang-emas/ChangeLog
+++ b/games-board/pasang-emas/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-board/pasang-emas
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pasang-emas/ChangeLog,v 1.9 2013/01/30 22:05:27 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/pasang-emas/ChangeLog,v 1.10 2014/07/20 16:00:34 tupone Exp $
+
+ 20 Jul 2014; Tupone Alfredo <tupone@gentoo.org> pasang-emas-3.1.0.ebuild,
+ files/pasang-emas-3.1.0-build.patch:
+ Fix build as per bug #514814 by Patrick Lauer
30 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
-files/pasang-emas-3.0.0-build.patch, -pasang-emas-3.0.0.ebuild:
diff --git a/games-board/pasang-emas/files/pasang-emas-3.1.0-build.patch b/games-board/pasang-emas/files/pasang-emas-3.1.0-build.patch
index f3c16f76ad19..93703d8e6d1c 100644
--- a/games-board/pasang-emas/files/pasang-emas-3.1.0-build.patch
+++ b/games-board/pasang-emas/files/pasang-emas-3.1.0-build.patch
@@ -1,6 +1,11 @@
--- pasang-emas-2.1.0-orig/src/Makefile.in
+++ pasang-emas-2.1.0/src/Makefile.in
-@@ -196,7 +196,7 @@
+@@ -221,11 +221,11 @@
+ pasang.vapi \
+ pasang.h
+
+-LDADD = libpasang.a $(DEPS_LIBS)
++LDADD = libpasang.a $(DEPS_LIBS) -lm
INCLUDES = $(DEPS_CFLAGS) \
--include ../config.h \
-DLOCALEDIR=\"$(localedir)\" \
diff --git a/games-board/pasang-emas/pasang-emas-3.1.0.ebuild b/games-board/pasang-emas/pasang-emas-3.1.0.ebuild
index 81ce44a855f2..e7e918fe4ae9 100644
--- a/games-board/pasang-emas/pasang-emas-3.1.0.ebuild
+++ b/games-board/pasang-emas/pasang-emas-3.1.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pasang-emas/pasang-emas-3.1.0.ebuild,v 1.4 2012/01/21 16:32:36 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pasang-emas/pasang-emas-3.1.0.ebuild,v 1.5 2014/07/20 16:00:34 tupone Exp $
-EAPI=2
+EAPI=4
inherit eutils games
DESCRIPTION="A traditional game of Brunei"
@@ -35,7 +35,6 @@ src_prepare() {
src_configure() {
egamesconf \
- --disable-dependency-tracking \
--localedir=/usr/share/locale \
--with-omf-dir=/usr/share/omf \
--with-help-dir=/usr/share/gnome/help \
@@ -43,13 +42,13 @@ src_configure() {
}
src_install() {
- emake DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install
if use extras; then
insinto "${GAMES_DATADIR}/${PN}"/themes
doins -r \
"${WORKDIR}"/marble \
"${WORKDIR}"/pasang-emas-themes-1.0/{conteng,kaca} \
- "${WORKDIR}"/fragrance || die
+ "${WORKDIR}"/fragrance
fi
use nls || rm -rf "${D}"usr/share/locale
prepgamesdirs