diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-02-28 21:28:40 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-02-28 21:28:40 +0000 |
commit | 7c83d386e32da1fa7f1cfd4ccc43bbe5d5e3fa9e (patch) | |
tree | 1bf737693e242b1ecba64b70ccbdd720add9b77a /media-sound/csound | |
parent | Fix building of man pages, patch provided by Ian Delaney, #398165 (diff) | |
download | gentoo-2-7c83d386e32da1fa7f1cfd4ccc43bbe5d5e3fa9e.tar.gz gentoo-2-7c83d386e32da1fa7f1cfd4ccc43bbe5d5e3fa9e.tar.bz2 gentoo-2-7c83d386e32da1fa7f1cfd4ccc43bbe5d5e3fa9e.zip |
Remove duplicate LDFLAGS setting.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/csound')
-rw-r--r-- | media-sound/csound/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/csound/csound-5.16.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/csound/ChangeLog b/media-sound/csound/ChangeLog index 591207e363cb..beecf7420338 100644 --- a/media-sound/csound/ChangeLog +++ b/media-sound/csound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/csound # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.6 2012/02/28 21:19:38 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.7 2012/02/28 21:28:40 radhermit Exp $ + + 28 Feb 2012; Tim Harder <radhermit@gentoo.org> csound-5.16.6-r1.ebuild: + Remove duplicate LDFLAGS setting. 28 Feb 2012; Tim Harder <radhermit@gentoo.org> csound-5.16.6-r1.ebuild, files/csound-5.16.6-scons.patch: diff --git a/media-sound/csound/csound-5.16.6-r1.ebuild b/media-sound/csound/csound-5.16.6-r1.ebuild index fd32358af318..c9f08b884071 100644 --- a/media-sound/csound/csound-5.16.6-r1.ebuild +++ b/media-sound/csound/csound-5.16.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/csound-5.16.6-r1.ebuild,v 1.3 2012/02/28 21:19:38 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/csound-5.16.6-r1.ebuild,v 1.4 2012/02/28 21:28:40 radhermit Exp $ EAPI="4" PYTHON_DEPEND="python? 2" @@ -99,8 +99,8 @@ src_prepare() { customCXXFLAGS = "${CXXFLAGS}".split() customLIBS = [] customLIBPATH = [] - customSHLINKFLAGS = "${LDFLAGS}".split() customLINKFLAGS = "${LDFLAGS}".split() + customSHLINKFLAGS = [] customSWIGFLAGS = [] EOF } |