public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Azamat H. Hackimov" <winterheart@gentoo.ru>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/phlipple/files/, games-puzzle/phlipple/
Date: Thu, 11 Sep 2014 14:08:04 +0000 (UTC)	[thread overview]
Message-ID: <1410444416.90e2dcd4b82f85941e3f8b57a3ea4b06c5f2c397.winterheart@gentoo> (raw)

commit:     90e2dcd4b82f85941e3f8b57a3ea4b06c5f2c397
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Fri Aug  1 20:14:43 2014 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Thu Sep 11 14:06:56 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=90e2dcd4

[games-puzzle/phlipple] Fix linker error with -lm

Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: A018DE8C

---
 .../phlipple/files/phlipple-0.8.5_check-math-lib.patch  | 17 +++++++++++++++++
 games-puzzle/phlipple/phlipple-0.8.5.ebuild             | 10 ++++++++--
 2 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/phlipple/files/phlipple-0.8.5_check-math-lib.patch b/games-puzzle/phlipple/files/phlipple-0.8.5_check-math-lib.patch
new file mode 100644
index 0000000..00f1853
--- /dev/null
+++ b/games-puzzle/phlipple/files/phlipple-0.8.5_check-math-lib.patch
@@ -0,0 +1,17 @@
+diff -Nuar phlipple-0.8.5.orig/configure.ac phlipple-0.8.5/configure.ac
+--- phlipple-0.8.5.orig/configure.ac	2014-08-02 01:58:49.961024685 +0600
++++ phlipple-0.8.5/configure.ac	2014-08-02 02:02:28.574032234 +0600
+@@ -14,11 +14,13 @@
+ 
+ AC_CHECK_LIB(GL, main, [], AC_MSG_ERROR([OpenGL library not found.]))
+ AC_CHECK_LIB(GLU, gluPerspective, [], AC_MSG_ERROR([GLU library not found.]))
++AC_CHECK_LIB(m, cos, [], AC_MSG_ERROR([math library not found.]))
+ 
+ AC_CHECK_HEADER(GL/gl.h, [], AC_MSG_ERROR(no GL/gl.h found))
+ AC_CHECK_HEADER(GL/glu.h, [], AC_MSG_ERROR(no GL/glu.h found))
+ AC_CHECK_HEADER(SDL/SDL_image.h, [], AC_MSG_ERROR(no SDL/SDL_image.h found))
+ AC_CHECK_HEADER(SDL/SDL_mixer.h, [], AC_MSG_ERROR(no SDL/SDL_mixer.h found))
++AC_CHECK_HEADER(math.h, [], AC_MSG_ERROR(no math.h found))
+ 
+ AC_ARG_WITH(icondir,
+ 	AS_HELP_STRING([--with-icondir=DIR],[icon files [DATAROOTDIR/pixmaps]]),

diff --git a/games-puzzle/phlipple/phlipple-0.8.5.ebuild b/games-puzzle/phlipple/phlipple-0.8.5.ebuild
index 1b176cb..c538001 100644
--- a/games-puzzle/phlipple/phlipple-0.8.5.ebuild
+++ b/games-puzzle/phlipple/phlipple-0.8.5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: games-puzzle/phlipple/phlipple-0.8.1.ebuild frostwork Exp $
 
 EAPI=5
 
-inherit eutils games flag-o-matic
+inherit autotools eutils games flag-o-matic
 
 DESCRIPTION="An unique puzzle game with the goal to reduce a 3D shape to a single square"
 HOMEPAGE="http://phlipple.sourceforge.net/"
@@ -21,3 +21,9 @@ DEPEND="media-libs/libsdl:0
 	media-libs/sdl-ttf:0
 	virtual/opengl
 	virtual/glu"
+
+src_prepare() {
+	# fix fails to link on new glibc
+	epatch "${FILESDIR}/${P}_check-math-lib.patch"
+	eautoreconf
+}


             reply	other threads:[~2014-09-11 14:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-11 14:08 Azamat H. Hackimov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-16 18:12 [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/phlipple/files/, games-puzzle/phlipple/ Vadim Misbakh-Soloviov
2015-03-10 11:11 Michael Weber
2014-08-01 20:15 Azamat H. Hackimov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1410444416.90e2dcd4b82f85941e3f8b57a3ea4b06c5f2c397.winterheart@gentoo \
    --to=winterheart@gentoo.ru \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox