public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [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
@ 2014-06-30 22:59 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2014-06-30 22:59 UTC (permalink / raw
  To: gentoo-commits

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"





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-30 22:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-30 22:59 [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 Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox