public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/rezound/files: rezound-0.12.3_beta-m4.patch
@ 2010-08-20 22:38 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-08-20 22:38 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/08/20 22:38:07

  Added:                rezound-0.12.3_beta-m4.patch
  Log:
  Fix sys-devel/m4 loop wrt #305305, thanks to Mike Frysinger for his extensive analysis.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-sound/rezound/files/rezound-0.12.3_beta-m4.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rezound/files/rezound-0.12.3_beta-m4.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rezound/files/rezound-0.12.3_beta-m4.patch?rev=1.1&content-type=text/plain

Index: rezound-0.12.3_beta-m4.patch
===================================================================
ajv_CXX_FLAG macro is broken and causes m4 to loop forever, let's just assume g++ supports
these flags, see http://bugs.gentoo.org/305305

--- configure.ac
+++ configure.ac
@@ -81,13 +81,9 @@
 
 
 ############################################################################
-# Set some compilter flags if they're available                            #
+# Set some compilter flags                                                 #
 ############################################################################
-ajv_CXX_FLAG(-g)
-ajv_CXX_FLAG(-Wall)
-ajv_CXX_FLAG(-Wno-unused-function)
-ajv_CXX_FLAG(-Wno-unused-variable)
-ajv_CXX_FLAG(-Wno-unused)
+CXXFLAGS="$CXXFLAGS -Wall -Wno-unused-function -Wno-unused-variable -Wno-unused"
 
 
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/rezound/files: rezound-0.12.3_beta-m4.patch
@ 2010-08-20 22:54 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-08-20 22:54 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/08/20 22:54:18

  Modified:             rezound-0.12.3_beta-m4.patch
  Log:
  leave -g as it is
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-sound/rezound/files/rezound-0.12.3_beta-m4.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rezound/files/rezound-0.12.3_beta-m4.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rezound/files/rezound-0.12.3_beta-m4.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rezound/files/rezound-0.12.3_beta-m4.patch?r1=1.1&r2=1.2

Index: rezound-0.12.3_beta-m4.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/rezound/files/rezound-0.12.3_beta-m4.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rezound-0.12.3_beta-m4.patch	20 Aug 2010 22:38:07 -0000	1.1
+++ rezound-0.12.3_beta-m4.patch	20 Aug 2010 22:54:18 -0000	1.2
@@ -15,7 +15,7 @@
 -ajv_CXX_FLAG(-Wno-unused-function)
 -ajv_CXX_FLAG(-Wno-unused-variable)
 -ajv_CXX_FLAG(-Wno-unused)
-+CXXFLAGS="$CXXFLAGS -Wall -Wno-unused-function -Wno-unused-variable -Wno-unused"
++CXXFLAGS="$CXXFLAGS -g -Wall -Wno-unused-function -Wno-unused-variable -Wno-unused"
  
  
  






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-20 22:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-20 22:38 [gentoo-commits] gentoo-x86 commit in media-sound/rezound/files: rezound-0.12.3_beta-m4.patch Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-20 22:54 Samuli Suominen (ssuominen)

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