public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/advancemenu/files: advancemenu-2.7-alsa-pkg-config.patch advancemenu-2.5.0-pic.patch advancemenu-2.7-pic.patch advancemenu-2.6-alsa-pkg-config.patch advancemenu-2.6-pic.patch
Date: Mon, 30 Jun 2014 22:59:34 +0000 (UTC)	[thread overview]
Message-ID: <20140630225934.98DA420036@flycatcher.gentoo.org> (raw)

mr_bones_    14/06/30 22:59:34

  Modified:             advancemenu-2.5.0-pic.patch
  Added:                advancemenu-2.7-alsa-pkg-config.patch
                        advancemenu-2.7-pic.patch
  Removed:              advancemenu-2.6-alsa-pkg-config.patch
                        advancemenu-2.6-pic.patch
  Log:
  version bump; clean old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  games-emulation/advancemenu/files/advancemenu-2.5.0-pic.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/advancemenu/files/advancemenu-2.5.0-pic.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/advancemenu/files/advancemenu-2.5.0-pic.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/advancemenu/files/advancemenu-2.5.0-pic.patch?r1=1.1&r2=1.2

Index: advancemenu-2.5.0-pic.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/advancemenu/files/advancemenu-2.5.0-pic.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- advancemenu-2.5.0-pic.patch	5 Aug 2009 23:51:31 -0000	1.1
+++ advancemenu-2.5.0-pic.patch	30 Jun 2014 22:59:34 -0000	1.2
@@ -1,5 +1,5 @@
---- ./advance/blit/blit.c.orig	2004-12-19 01:01:46.039956536 -0500
-+++ ./advance/blit/blit.c	2004-12-19 01:01:19.566981040 -0500
+--- ./advance/blit/blit.c.orig
++++ ./advance/blit/blit.c
 @@ -28,6 +28,10 @@
   * do so, delete this exception statement from your version.
   */



1.1                  games-emulation/advancemenu/files/advancemenu-2.7-alsa-pkg-config.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/advancemenu/files/advancemenu-2.7-alsa-pkg-config.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/advancemenu/files/advancemenu-2.7-alsa-pkg-config.patch?rev=1.1&content-type=text/plain

Index: advancemenu-2.7-alsa-pkg-config.patch
===================================================================
--- advancemenu-2.6.orig/configure.ac
+++ advancemenu-2.6/configure.ac
@@ -512,7 +512,7 @@
 		[snd_pcm_open],
 		[ac_lib_alsa=yes],
 		[ac_lib_alsa=no],
-		[-lm]
+		[`pkg-config alsa --libs`]
 	)
 	if test $ac_lib_alsa = yes; then
 		AC_MSG_CHECKING([for ALSA])
@@ -531,7 +531,7 @@
 		[snd_pcm_open],
 		[],
 		[AC_MSG_ERROR([the ALSA library is missing])],
-		[-lm]
+		[`pkg-config alsa --libs`]
 	)
 	AC_MSG_CHECKING([for ALSA version])
 	AC_TRY_COMPILE([



1.1                  games-emulation/advancemenu/files/advancemenu-2.7-pic.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/advancemenu/files/advancemenu-2.7-pic.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/advancemenu/files/advancemenu-2.7-pic.patch?rev=1.1&content-type=text/plain

Index: advancemenu-2.7-pic.patch
===================================================================
--- ./advance/blit/blit.c.orig
+++ ./advance/blit/blit.c
@@ -28,6 +28,10 @@
  * do so, delete this exception statement from your version.
  */
 
+#if defined(USE_ASM_INLINE) && defined(__PIC__)
+# undef USE_ASM_INLINE
+#endif
+
 #include "portable.h"
 
 #include "blit.h"





                 reply	other threads:[~2014-06-30 22:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20140630225934.98DA420036@flycatcher.gentoo.org \
    --to=mr_bones_@gentoo.org \
    --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