public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Stephanie J. Lockwood-Childs (wormo)" <wormo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/nx: ChangeLog nx-3.4.0-r3.ebuild
Date: Thu, 17 Mar 2011 06:16:03 +0000 (UTC)	[thread overview]
Message-ID: <20110317061604.3215B20054@flycatcher.gentoo.org> (raw)

wormo       11/03/17 06:16:03

  Modified:             ChangeLog nx-3.4.0-r3.ebuild
  Log:
  Coerce nxagent's Imake build system into respecting LDFLAGS (bug #334957)
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.56                 net-misc/nx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nx/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nx/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nx/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/nx/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	8 Nov 2010 09:56:53 -0000	1.55
+++ ChangeLog	17 Mar 2011 06:16:03 -0000	1.56
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/nx
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/ChangeLog,v 1.55 2010/11/08 09:56:53 voyageur Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/ChangeLog,v 1.56 2011/03/17 06:16:03 wormo Exp $
+
+  17 Mar 2011; S. Lockwood-Childs <wormo@gentoo.org>
+  nx-3.4.0-r3.ebuild:
+  Coerce nxagent's Imake build system into respecting LDFLAGS (bug #334957)
 
   08 Nov 2010; Bernard Cafarelli <voyageur@gentoo.org> nx-3.4.0.ebuild,
   nx-3.4.0-r2.ebuild, nx-3.4.0-r3.ebuild:



1.5                  net-misc/nx/nx-3.4.0-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nx/nx-3.4.0-r3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nx/nx-3.4.0-r3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nx/nx-3.4.0-r3.ebuild?r1=1.4&r2=1.5

Index: nx-3.4.0-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/nx/nx-3.4.0-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nx-3.4.0-r3.ebuild	8 Nov 2010 09:56:53 -0000	1.4
+++ nx-3.4.0-r3.ebuild	17 Mar 2011 06:16:03 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/nx-3.4.0-r3.ebuild,v 1.4 2010/11/08 09:56:53 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/nx-3.4.0-r3.ebuild,v 1.5 2011/03/17 06:16:03 wormo Exp $
 
 EAPI=2
 inherit autotools eutils multilib
@@ -73,6 +73,9 @@
 	echo "#define CcCmd $(tc-getCC)" >> ${HOSTCONF}
 	echo "#define OptimizedCDebugFlags ${CFLAGS} GccAliasingArgs" >> ${HOSTCONF}
 	echo "#define OptimizedCplusplusDebugFlags ${CXXFLAGS} GccAliasingArgs" >> ${HOSTCONF}
+	# Respect LDFLAGS
+	echo "#define ExtraLoadFlags ${LDFLAGS}" >> ${HOSTCONF}
+	echo "#define SharedLibraryLoadFlags -shared ${LDFLAGS}" >> ${HOSTCONF}
 }
 
 src_configure() {






             reply	other threads:[~2011-03-17  6:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-17  6:16 Stephanie J. Lockwood-Childs (wormo) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-04-23  9:59 [gentoo-commits] gentoo-x86 commit in net-misc/nx: ChangeLog nx-3.4.0-r3.ebuild Bernard Cafarelli (voyageur)
2011-10-26 18:34 Samuli Suominen (ssuominen)
2011-06-30 14:51 Brent Baude (ranger)
2010-10-05 21:09 Markus Meier (maekke)
2010-09-28 19:00 Richard Freeman (rich0)
2010-08-26 15:20 Bernard Cafarelli (voyageur)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110317061604.3215B20054@flycatcher.gentoo.org \
    --to=wormo@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox