public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/ptlib/files: ptlib-2.10.10-respect_cflags_cxxflags.patch
@ 2014-08-04 18:46 Raul Porcel (armin76)
  0 siblings, 0 replies; only message in thread
From: Raul Porcel (armin76) @ 2014-08-04 18:46 UTC (permalink / raw
  To: gentoo-commits

armin76     14/08/04 18:46:43

  Added:                ptlib-2.10.10-respect_cflags_cxxflags.patch
  Log:
  Add a patch that really makes ptlib respect C/CXXFLAGS, fixes build failure #464182, mark stable on sparc, bug #461842
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF6AD3240)

Revision  Changes    Path
1.1                  net-libs/ptlib/files/ptlib-2.10.10-respect_cflags_cxxflags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ptlib/files/ptlib-2.10.10-respect_cflags_cxxflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ptlib/files/ptlib-2.10.10-respect_cflags_cxxflags.patch?rev=1.1&content-type=text/plain

Index: ptlib-2.10.10-respect_cflags_cxxflags.patch
===================================================================
diff -ur ptlib-2.10.10.orig/make/ptbuildopts.mak.in ptlib-2.10.10/make/ptbuildopts.mak.in
--- ptlib-2.10.10.orig/make/ptbuildopts.mak.in	2014-08-04 18:11:02.000000000 +0000
+++ ptlib-2.10.10/make/ptbuildopts.mak.in	2014-08-04 18:11:32.000000000 +0000
@@ -15,8 +15,8 @@
 OSTYPE	   = @OSTYPE@
 OSRELEASE  = @OSRELEASE@
 
-STDCCFLAGS    += @STDCCFLAGS@ @CPPFLAGS@
-STDCXXFLAGS   += @STDCXXFLAGS@ @CPPFLAGS@
+STDCCFLAGS    += @STDCCFLAGS@ @CFLAGS@
+STDCXXFLAGS   += @STDCXXFLAGS@ @CXXFLAGS@
 OPTSTDCCFLAGS += @OPTSTDCCFLAGS@
 LDFLAGS	      += @LDFLAGS@
 ENDLDLIBS     += @ENDLDLIBS@




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

only message in thread, other threads:[~2014-08-04 18:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-04 18:46 [gentoo-commits] gentoo-x86 commit in net-libs/ptlib/files: ptlib-2.10.10-respect_cflags_cxxflags.patch Raul Porcel (armin76)

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