public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/bzip2/files: bzip2-1.0.4-makefile-CFLAGS.patch
@ 2010-09-20 22:29 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2010-09-20 22:29 UTC (permalink / raw
  To: gentoo-commits

vapier      10/09/20 22:29:34

  Modified:             bzip2-1.0.4-makefile-CFLAGS.patch
  Log:
  respect CPPFLAGS too

Revision  Changes    Path
1.3                  app-arch/bzip2/files/bzip2-1.0.4-makefile-CFLAGS.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/files/bzip2-1.0.4-makefile-CFLAGS.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/files/bzip2-1.0.4-makefile-CFLAGS.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/files/bzip2-1.0.4-makefile-CFLAGS.patch?r1=1.2&r2=1.3

Index: bzip2-1.0.4-makefile-CFLAGS.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/bzip2/files/bzip2-1.0.4-makefile-CFLAGS.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bzip2-1.0.4-makefile-CFLAGS.patch	21 Mar 2008 05:14:22 -0000	1.2
+++ bzip2-1.0.4-makefile-CFLAGS.patch	20 Sep 2010 22:29:34 -0000	1.3
@@ -8,7 +8,7 @@
  
  BIGFILES=-D_FILE_OFFSET_BITS=64
 -CFLAGS=-Wall -Winline -O2 -g $(BIGFILES)
-+CFLAGS+=-Wall -Winline $(BIGFILES)
++CFLAGS+=-Wall -Winline $(BIGFILES) $(CPPFLAGS)
  
  # Where you want it installed when you do 'make install'
  PREFIX=/usr/local
@@ -19,7 +19,7 @@
  CC=gcc
  BIGFILES=-D_FILE_OFFSET_BITS=64
 -CFLAGS=-fpic -fPIC -Wall -Winline -O2 -g $(BIGFILES)
-+CFLAGS+=-fpic -fPIC -Wall -Winline $(BIGFILES)
++CFLAGS+=-fpic -fPIC -Wall -Winline $(BIGFILES) $(CPPFLAGS)
  
  OBJS= blocksort.o  \
        huffman.o    \






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

only message in thread, other threads:[~2010-09-20 22:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-20 22:29 [gentoo-commits] gentoo-x86 commit in app-arch/bzip2/files: bzip2-1.0.4-makefile-CFLAGS.patch Mike Frysinger (vapier)

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