diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-09-29 13:56:28 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-09-29 13:56:28 +0000 |
commit | 0341a7e7fc2a8620a61ffa6059d66babbaa75a73 (patch) | |
tree | 29c597c6005fe32579000d15aaef92d830245a47 | |
parent | Version bump, drop old. (diff) | |
download | gentoo-2-0341a7e7fc2a8620a61ffa6059d66babbaa75a73.tar.gz gentoo-2-0341a7e7fc2a8620a61ffa6059d66babbaa75a73.tar.bz2 gentoo-2-0341a7e7fc2a8620a61ffa6059d66babbaa75a73.zip |
Fix build of dylibs on Darwin, bug #433934, keyworded ~x{86,64}-macos
(Portage version: 2.2.01.21143-prefix/cvs/Darwin i386)
-rw-r--r-- | media-libs/glew/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/glew/glew-1.9.0.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/media-libs/glew/ChangeLog b/media-libs/glew/ChangeLog index 5b40c71a013e..39a40960107c 100644 --- a/media-libs/glew/ChangeLog +++ b/media-libs/glew/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/glew # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.80 2012/08/07 04:32:20 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.81 2012/09/29 13:56:28 grobian Exp $ + + 29 Sep 2012; Fabian Groffen <grobian@gentoo.org> glew-1.9.0.ebuild: + Fix build of dylibs on Darwin, bug #433934, keyworded ~x{86,64}-macos *glew-1.9.0 (07 Aug 2012) @@ -289,4 +292,3 @@ Initial import. Thanks to Derek Young, Vinicius Dias dos Santos, Philip Allison, Wojciech Milkowski, Robert Schuster, Charles Moad and Lawrence Lee for their ebuilds and testing. - diff --git a/media-libs/glew/glew-1.9.0.ebuild b/media-libs/glew/glew-1.9.0.ebuild index ac9c474d388c..360520b342e6 100644 --- a/media-libs/glew/glew-1.9.0.ebuild +++ b/media-libs/glew/glew-1.9.0.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-libs/glew/glew-1.9.0.ebuild,v 1.1 2012/08/07 04:32:20 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.9.0.ebuild,v 1.2 2012/09/29 13:56:28 grobian Exp $ EAPI=4 inherit multilib toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" LICENSE="BSD MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc static-libs" RDEPEND="virtual/glu @@ -55,7 +55,7 @@ src_prepare() { } src_compile(){ - emake "${myglewopts[@]}" + emake GLEW_DEST="${EPREFIX}/usr" "${myglewopts[@]}" } src_install() { |