tristan     14/03/09 04:41:56

  Modified:             ChangeLog optipng-0.7.4.ebuild
  Log:
  Fix building when LD is set, bug #503924
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB3312CFDCF34A31F!)

Revision  Changes    Path
1.91                 media-gfx/optipng/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/optipng/ChangeLog?rev=1.91&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/optipng/ChangeLog?rev=1.91&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/optipng/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/optipng/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog   25 Dec 2012 11:19:41 -0000      1.90
+++ ChangeLog   9 Mar 2014 04:41:56 -0000       1.91
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/optipng
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/ChangeLog,v 1.90 
2012/12/25 11:19:41 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/ChangeLog,v 1.91 
2014/03/09 04:41:56 tristan Exp $
+
+  09 Mar 2014; Tristan Heaven <tris...@gentoo.org> optipng-0.7.4.ebuild:
+  Fix building when LD is set, bug #503924
 
   25 Dec 2012; Markus Meier <mae...@gentoo.org> optipng-0.7.4.ebuild:
   add ~arm



1.3                  media-gfx/optipng/optipng-0.7.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/optipng/optipng-0.7.4.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/optipng/optipng-0.7.4.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/optipng/optipng-0.7.4.ebuild?r1=1.2&r2=1.3

Index: optipng-0.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/optipng/optipng-0.7.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- optipng-0.7.4.ebuild        25 Dec 2012 11:19:41 -0000      1.2
+++ optipng-0.7.4.ebuild        9 Mar 2014 04:41:56 -0000       1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/optipng-0.7.4.ebuild,v 
1.2 2012/12/25 11:19:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/optipng-0.7.4.ebuild,v 
1.3 2014/03/09 04:41:56 tristan Exp $
 
 EAPI=4
 
@@ -31,6 +31,7 @@
                src/optipng/osys.c || die
 
        tc-export CC AR RANLIB
+       export LD=$(tc-getCC)
 }
 
 src_configure() {
@@ -41,10 +42,7 @@
 }
 
 src_compile() {
-       emake \
-               -C src/optipng \
-               GENTOO_CFLAGS="${CFLAGS}" \
-               GENTOO_LDFLAGS="${LDFLAGS}"
+       emake -C src/optipng
 }
 
 src_install() {




Reply via email to