public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-irc/xchat/files: xchat-2.8.8-cflags.patch
@ 2011-08-10 13:53 Lars Wendler (polynomial-c)
  0 siblings, 0 replies; only message in thread
From: Lars Wendler (polynomial-c) @ 2011-08-10 13:53 UTC (permalink / raw
  To: gentoo-commits

polynomial-c    11/08/10 13:53:32

  Added:                xchat-2.8.8-cflags.patch
  Log:
  Don't force "-g -pipe" on CFLAGS (bug #378647)
  
  (Portage version: 2.2.0_alpha50/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-irc/xchat/files/xchat-2.8.8-cflags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat/files/xchat-2.8.8-cflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat/files/xchat-2.8.8-cflags.patch?rev=1.1&content-type=text/plain

Index: xchat-2.8.8-cflags.patch
===================================================================
--- xchat-2.8.8/configure.in
+++ xchat-2.8.8/configure.in
@@ -628,14 +628,6 @@
 	if test -z "`echo "$CFLAGS" | grep "\-Wall" 2> /dev/null`" ; then
 		CFLAGS="$CFLAGS -Wall"
 	fi
-	if test "$system" = "Linux" -o "$system" = "FreeBSD"; then
-		if test -z "`echo "$CFLAGS" | grep "\-pipe" 2> /dev/null`" ; then
-			CFLAGS="$CFLAGS -pipe"
-		fi
-	fi
-	if test -z "`echo "$CFLAGS" | grep "\-g " 2> /dev/null`" ; then
-		CFLAGS="$CFLAGS -g"
-	fi
 fi
 
 dnl does this compiler support -Wno-pointer-sign ?






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

only message in thread, other threads:[~2011-08-10 13:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-10 13:53 [gentoo-commits] gentoo-x86 commit in net-irc/xchat/files: xchat-2.8.8-cflags.patch Lars Wendler (polynomial-c)

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