summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-05-29 13:57:44 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-05-29 13:57:44 +0000
commite745863a708f7eb1f6520b4dca93a45b071f82bf (patch)
tree169367c0e1282322758b5ebe3090c1d9c9f5819a /media-libs/glew
parentkeyword ~amd64-fbsd (diff)
downloadhistorical-e745863a708f7eb1f6520b4dca93a45b071f82bf.tar.gz
historical-e745863a708f7eb1f6520b4dca93a45b071f82bf.tar.bz2
historical-e745863a708f7eb1f6520b4dca93a45b071f82bf.zip
build it the linux way (PIC and so on) on freebsd and keyword ~amd64-fbsd
Package-Manager: portage-2.2.0_alpha108/cvs/Linux x86_64
Diffstat (limited to 'media-libs/glew')
-rw-r--r--media-libs/glew/ChangeLog5
-rw-r--r--media-libs/glew/glew-1.7.0.ebuild8
2 files changed, 9 insertions, 4 deletions
diff --git a/media-libs/glew/ChangeLog b/media-libs/glew/ChangeLog
index 918b7c9fdb93..a8cbce194a75 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.77 2012/03/15 21:36:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.78 2012/05/29 13:57:44 aballier Exp $
+
+ 29 May 2012; Alexis Ballier <aballier@gentoo.org> glew-1.7.0.ebuild:
+ build it the linux way (PIC and so on) on freebsd and keyword ~amd64-fbsd
15 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> -glew-1.5.6.ebuild:
old
diff --git a/media-libs/glew/glew-1.7.0.ebuild b/media-libs/glew/glew-1.7.0.ebuild
index 3276f1bfeb41..25b243051fa6 100644
--- a/media-libs/glew/glew-1.7.0.ebuild
+++ b/media-libs/glew/glew-1.7.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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.7.0.ebuild,v 1.1 2011/10/01 07:11:27 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.7.0.ebuild,v 1.2 2012/05/29 13:57:44 aballier 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 ~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 ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc static-libs"
RDEPEND="x11-libs/libXmu
@@ -50,6 +50,8 @@ src_prepare() {
# don't do stupid Solaris specific stuff that won't work in Prefix
cp config/Makefile.linux config/Makefile.solaris || die
+ # and let freebsd be built as on linux too
+ cp config/Makefile.linux config/Makefile.freebsd || die
}
src_compile(){